From: Al Viro Date: Mon, 6 Jun 2005 20:35:59 +0000 (-0700) Subject: [PATCH] namei fixes (2/19) X-Git-Tag: v2.6.12~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f92b3bcec0fa2e2d775b589850097f9dc6b2de2;p=pandora-kernel.git [PATCH] namei fixes (2/19) All callers of do_follow_link() do mntget() right before it and dput()+mntput() right after. These calls are moved inside do_follow_link() now. Obviously equivalent transformation. Signed-off-by: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed