]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] namei fixes (19/19)
authorAl Viro <viro@www.linux.org.uk>
Mon, 6 Jun 2005 20:36:14 +0000 (13:36 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 6 Jun 2005 21:42:27 +0000 (14:42 -0700)
commit35549d16f5148a85eaa7fea12a7612481dfd7565
treec27ab7e75684cb70d943c3b2690ebbd62000a921
parent943517987e0ea62924b6c390d06e72229f956bf9
[PATCH] namei fixes (19/19)

__do_follow_link() passes potentially worng vfsmount to touch_atime().  It
matters only in (currently impossible) case of symlink mounted on something,
but it's trivial to fix and that actually makes more sense.

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