fuse: don't check_submounts_and_drop() in RCU walk
authorMiklos Szeredi <mszeredi@suse.cz>
Tue, 1 Oct 2013 14:41:22 +0000 (16:41 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Tue, 1 Oct 2013 14:41:22 +0000 (16:41 +0200)
If revalidate finds an invalid dentry in RCU walk mode, let the VFS deal
with it instead of calling check_submounts_and_drop() which is not prepared
for being called from RCU walk.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Cc: stable@vger.kernel.org

No differences found