[PATCH] namei fixes (14/19)
authorAl Viro <viro@www.linux.org.uk>
Mon, 6 Jun 2005 20:36:10 +0000 (13:36 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 6 Jun 2005 21:42:26 +0000 (14:42 -0700)
commit4b7b9772e4c3d87e649d4c419d2487aacf1235aa
tree943427ad8ef5ed51ab0802cf81f5c0e721fb36c6
parentba7a4c1a76f56c607560f1676680ff491747bdae
[PATCH] namei fixes (14/19)

shifted conditional mntput() into do_follow_link() - all callers were doing
the same thing.

Obviously equivalent transformation.

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