From: Dan Carpenter Date: Wed, 27 Oct 2010 21:19:04 +0000 (+0200) Subject: nfsd: fix NULL dereference in setattr() X-Git-Tag: v2.6.38-rc1~51^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43b0178eda1e7e5d1e205bbfd076ab5d6ecacc02;p=pandora-kernel.git nfsd: fix NULL dereference in setattr() The original code would oops if this were called from nfsd4_setattr() because "filpp" is NULL. (Note this case is currently impossible, as long as we only give out read delegations.) Signed-off-by: Dan Carpenter Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed