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:
97242f9
)
may_follow_link() should use nd->inode
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 5 Aug 2015 03:23:50 +0000
(23:23 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 5 Aug 2015 03:23:50 +0000
(23:23 -0400)
Now that we can get there in RCU mode, we shouldn't play with
nd->path.dentry->d_inode - it's not guaranteed to be stable.
Use nd->inode instead.
Reported-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c
patch
|
blob
|
history
diff --cc
fs/namei.c
Simple merge