lkml.org 
[lkml]   [2005]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[CFR][PATCH] namei fixes (19/19)
From
Date
(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>
----
diff -urN RC12-rc4-18/fs/namei.c RC12-rc4-19/fs/namei.c
--- RC12-rc4-18/fs/namei.c 2005-05-19 16:39:48.010936857 -0400
+++ RC12-rc4-19/fs/namei.c 2005-05-19 16:39:49.096720499 -0400
@@ -503,7 +503,7 @@
int error;
struct dentry *dentry = path->dentry;

- touch_atime(nd->mnt, dentry);
+ touch_atime(path->mnt, dentry);
nd_set_link(nd, NULL);

if (path->mnt == nd->mnt)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-05-20 01:09    [W:0.213 / U:0.552 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site