From: Miklos Szeredi Date: Tue, 10 May 2011 15:35:58 +0000 (+0200) Subject: fuse: fix oops in revalidate when called with NULL nameidata X-Git-Tag: v2.6.39~42^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d24339059d640f108c08ba99ef30e3bafa10f8e4;p=pandora-kernel.git fuse: fix oops in revalidate when called with NULL nameidata Some cases (e.g. ecryptfs) can call ->dentry_revalidate with NULL nameidata. https://bugzilla.kernel.org/show_bug.cgi?id=34732 Tyler Hicks pointed out that this bug was introduced by commit e7c0a16786 "fuse: make fuse_dentry_revalidate() RCU aware" Reported-by: Witold Baryluk Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed