From: Al Viro Date: Mon, 6 Jun 2005 20:36:12 +0000 (-0700) Subject: [PATCH] namei fixes (16/19) X-Git-Tag: v2.6.12~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39ca6d49759346d4710c759d443eec8048b27213;p=pandora-kernel.git [PATCH] namei fixes (16/19) Conditional mntput() moved into __do_follow_link(). There it collapses with unconditional mntget() on the same sucker, closing another too-early-mntput() race. Signed-off-by: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed