]> bbs.cooldavid.org Git - net-next-2.6.git/commit
gcc-4.6: nfsd: fix initialized but not read warnings
authorAndi Kleen <andi@firstfloor.org>
Tue, 20 Jul 2010 22:24:27 +0000 (15:24 -0700)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 29 Jul 2010 23:32:17 +0000 (19:32 -0400)
commit69049961014992f50b10d6c3cd3cd172d4aae5ac
treed6717d7bc3eae733374cc9acb3a278a82498dced
parentf9d7562fdb9dc0ada3a7aba5dbbe9d965e2a105d
gcc-4.6: nfsd: fix initialized but not read warnings

Fixes at least one real minor bug: the nfs4 recovery dir sysctl
would not return its status properly.

Also I finished Al's 1e41568d7378d ("Take ima_path_check() in nfsd
past dentry_open() in nfsd_open()") commit, it moved the IMA
code, but left the old path initializer in there.

The rest is just dead code removed I think, although I was not
fully sure about the "is_borc" stuff. Some more review
would be still good.

Found by gcc 4.6's new warnings.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c
fs/nfsd/nfsctl.c
fs/nfsd/nfsproc.c
fs/nfsd/vfs.c