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:
693d92a
)
fuse: fix oops in revalidate when called with NULL nameidata
author
Miklos Szeredi
<mszeredi@suse.cz>
Tue, 10 May 2011 15:35:58 +0000
(17:35 +0200)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Tue, 10 May 2011 15:35:58 +0000
(17:35 +0200)
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 <baryluk@smp.if.uj.edu.pl>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
No differences found