commit | 68ac1234fb949b66941d94dce4157742799fc581 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Mar 15 08:21:57 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 20 21:29:41 2012 -0400 |
tree | 04059b7dbaed92d672b8ceef1fcf25c6185e06f8 | |
parent | 40ffe67d2e89c7a475421d007becc11a2f88ea3d [diff] [blame] |
switch touch_atime to struct path Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/namei.c b/fs/namei.c index a0b8276..0ccc74ee 100644 --- a/fs/namei.c +++ b/fs/namei.c
@@ -642,7 +642,7 @@ 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);