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:
f6940fe
)
vfs: fix double put after complete_walk()
author
Miklos Szeredi
<mszeredi@suse.cz>
Tue, 6 Mar 2012 12:56:33 +0000
(13:56 +0100)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 10 Mar 2012 22:05:30 +0000
(17:05 -0500)
complete_walk() already puts nd->path, no need to do it again at cleanup time.
This would result in Oopses if triggered, apparently the codepath is not too
well exercised.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
CC: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c
patch
|
blob
|
history
diff --cc
fs/namei.c
Simple merge