linux/fs/orangefs
Mike Marshall eeaa3d448c Orangefs: address problems found by static checker
Don't check for negative rc from boolean.

  Don't pointlessly initialize variables, it short-circuits
  gcc's uninitialized variable warnings. And max_new_nr_segs
  can never be zero, so don't check for it.

  Preserve original kstrdup pointer for freeing later.

  Don't check for negative value in unsigned variable.

Signed-off-by: Mike Marshall <hubcap@omnibond.com>
2015-10-03 11:40:03 -04:00
..
acl.c Orangefs: kernel client part 2 2015-10-03 11:39:54 -04:00
dcache.c Orangefs: kernel client part 2 2015-10-03 11:39:54 -04:00
devpvfs2-req.c Orangefs: sooth most sparse complaints 2015-10-03 11:40:02 -04:00
dir.c Orangefs: address problems found by static checker 2015-10-03 11:40:03 -04:00
downcall.h Orangefs: kernel client part 1 2015-10-03 11:39:53 -04:00
file.c Orangefs: address problems found by static checker 2015-10-03 11:40:03 -04:00
inode.c Orangefs: sooth most sparse complaints 2015-10-03 11:40:02 -04:00
Kconfig Orangefs: kernel client part 7 2015-10-03 11:40:00 -04:00
Makefile Orangefs: kernel client part 7 2015-10-03 11:40:00 -04:00
namei.c Orangefs: kernel client part 3 2015-10-03 11:39:55 -04:00
protocol.h Orangefs: sooth most sparse complaints 2015-10-03 11:40:02 -04:00
pvfs2-bufmap.c Orangefs: sooth most sparse complaints 2015-10-03 11:40:02 -04:00
pvfs2-bufmap.h Orangefs: kernel client part 1 2015-10-03 11:39:53 -04:00
pvfs2-cache.c Orangefs: kernel client part 3 2015-10-03 11:39:55 -04:00
pvfs2-debug.h Orangefs: kernel client part 1 2015-10-03 11:39:53 -04:00
pvfs2-debugfs.c Orangefs: sooth most sparse complaints 2015-10-03 11:40:02 -04:00
pvfs2-debugfs.h Orangefs: kernel client part 1 2015-10-03 11:39:53 -04:00
pvfs2-dev-proto.h Orangefs: kernel client part 1 2015-10-03 11:39:53 -04:00
pvfs2-kernel.h Orangefs: sooth most sparse complaints 2015-10-03 11:40:02 -04:00
pvfs2-mod.c Orangefs: sooth most sparse complaints 2015-10-03 11:40:02 -04:00
pvfs2-sysfs.c Orangefs: sooth most sparse complaints 2015-10-03 11:40:02 -04:00
pvfs2-sysfs.h Orangefs: kernel client part 1 2015-10-03 11:39:53 -04:00
pvfs2-utils.c Orangefs: address problems found by static checker 2015-10-03 11:40:03 -04:00
super.c Orangefs: sooth most sparse complaints 2015-10-03 11:40:02 -04:00
symlink.c Orangefs: kernel client part 5 2015-10-03 11:39:57 -04:00
upcall.h Orangefs: kernel client part 1 2015-10-03 11:39:53 -04:00
waitqueue.c Orangefs: sooth most sparse complaints 2015-10-03 11:40:02 -04:00
xattr.c Orangefs: address problems found by static checker 2015-10-03 11:40:03 -04:00