Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1858
b: refs/heads/master
c: d671a1c
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jun 6, 2005
1 parent a5072ab commit ac6b26a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 634ee7017b31e46e28c0bd2cb488213331bfd39a
refs/heads/master: d671a1cbf7c7a5c5562106d39eb7f830ae5273ae
2 changes: 1 addition & 1 deletion trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ static inline int __do_follow_link(struct path *path, struct nameidata *nd)
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)
Expand Down

0 comments on commit ac6b26a

Please sign in to comment.