From: Al Viro Date: Mon, 6 Jun 2005 20:36:03 +0000 (-0700) Subject: [PATCH] namei fixes (7/19) X-Git-Tag: v2.6.12~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd4e91d3bca8d5527289f5984cf32e9fe6fb8293;p=pandora-kernel.git [PATCH] namei fixes (7/19) The first argument of __do_follow_link() switched to struct path * (__do_follow_link(path->dentry, ...) -> __do_follow_link(path, ...)). All callers have the same calls of mntget() right before and dput()/mntput() right after __do_follow_link(); these calls have been moved inside. Obviously equivalent transformations. Signed-off-by: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed