From: Miklos Szeredi Date: Tue, 6 Mar 2012 12:56:33 +0000 (+0100) Subject: vfs: fix double put after complete_walk() X-Git-Tag: v3.3~23^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=097b180ca09b581ef0dc24fbcfc1b227de3875df;p=pandora-kernel.git 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 CC: stable@vger.kernel.org Signed-off-by: Al Viro --- Reading git-diff-tree failed