]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit84f8fbcfdc91cca5b70f24249776e4d48a844331
tree943427ad8ef5ed51ab0802cf81f5c0e721fb36c6
parent8cdb4b15e87f56b11b92d3a7c83a0cae5b5583b6
[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