git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab08f5
)
fuse: don't check_submounts_and_drop() in RCU walk
author
Miklos Szeredi
<mszeredi@suse.cz>
Tue, 1 Oct 2013 14:41:22 +0000
(16:41 +0200)
committer
Miklos 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