From: Andi Kleen Date: Tue, 20 Jul 2010 22:24:27 +0000 (-0700) Subject: gcc-4.6: nfsd: fix initialized but not read warnings X-Git-Tag: v2.6.36-rc1~496^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69049961014992f50b10d6c3cd3cd172d4aae5ac;p=pandora-kernel.git 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 Cc: Al Viro Cc: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed