summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
diff options
context:
space:
mode:
authorAl Viro2012-03-15 13:21:57 +0100
committerAl Viro2012-03-21 02:29:41 +0100
commit68ac1234fb949b66941d94dce4157742799fc581 (patch)
tree04059b7dbaed92d672b8ceef1fcf25c6185e06f8 /fs/namei.c
parentswitch unix_sock to struct path (diff)
downloadkernel-qcow2-linux-68ac1234fb949b66941d94dce4157742799fc581.tar.gz
kernel-qcow2-linux-68ac1234fb949b66941d94dce4157742799fc581.tar.xz
kernel-qcow2-linux-68ac1234fb949b66941d94dce4157742799fc581.zip
switch touch_atime to struct path
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/namei.c')
-rw-r--r--fs/namei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c
index a0b82762e8fc..0ccc74ee92fb 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -642,7 +642,7 @@ follow_link(struct path *link, struct nameidata *nd, void **p)
cond_resched();
current->total_link_count++;
- touch_atime(link->mnt, dentry);
+ touch_atime(link);
nd_set_link(nd, NULL);
error = security_inode_follow_link(link->dentry, nd);