]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] namei fixes (17/19)
authorAl Viro <viro@www.linux.org.uk>
Mon, 6 Jun 2005 20:36:13 +0000 (13:36 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 6 Jun 2005 21:42:27 +0000 (14:42 -0700)
commit506aa65dbd686f6d8ccee41795d613aca53c5f64
treef147af3fee122ec5cc054ac78fa30e1490a8acd0
parent54f0a53850eef85fc87c71ddd21638762805539e
[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 <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/namei.c