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:
f20877d
)
fs: namei fix ->put_link on wrong inode in do_filp_open
author
Nick Piggin
<npiggin@kernel.dk>
Fri, 14 Jan 2011 08:42:43 +0000
(08:42 +0000)
committer
Nick Piggin
<npiggin@kernel.dk>
Fri, 14 Jan 2011 08:42:43 +0000
(08:42 +0000)
J. R. Okajima noticed that ->put_link is being attempted on the
wrong inode, and suggested the way to fix it. I changed it a bit
according to Al's suggestion to keep an explicit link path around.
Signed-off-by: Nick Piggin <npiggin@kernel.dk>
No differences found