commit | 097b180ca09b581ef0dc24fbcfc1b227de3875df | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Tue Mar 06 13:56:33 2012 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Mar 10 17:05:30 2012 -0500 |
tree | 880d5b5a0dfa28df3b4cec83bc557f2d47a459b0 | |
parent | f6940fe9092e796119af691c7f722c252f4fc524 [diff] |
vfs: fix double put after complete_walk() 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>