]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/namei.c
[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)
commitd671a1cbf7c7a5c5562106d39eb7f830ae5273ae
treec27ab7e75684cb70d943c3b2690ebbd62000a921
parent634ee7017b31e46e28c0bd2cb488213331bfd39a
[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