From: Al Viro Date: Mon, 6 Jun 2005 20:36:13 +0000 (-0700) Subject: [PATCH] namei fixes (17/19) X-Git-Tag: v2.6.12~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58c465eba4d7ed307c4c7cb3382ba7ee565e8858;p=pandora-kernel.git [PATCH] namei fixes (17/19) follow_mount() made void, reordered dput()/mntput() in it. follow_dotdot() switched from struct vfmount ** + struct dentry ** to struct nameidata *; callers updated. Equivalent transformation + fix for too-early-mntput() race. Signed-off-by: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed