Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185930
b: refs/heads/master
c: 3866248
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Mar 5, 2010
1 parent af26eae commit 7786a38
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 806b681cbe588bebe8fe47dd24da62f2d1c55851
refs/heads/master: 3866248e5f86d74960a3d1592882490ec3021675
4 changes: 3 additions & 1 deletion trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,9 @@ struct file *do_filp_open(int dfd, const char *pathname,
return ERR_PTR(error);
if (force_reval)
nd.flags |= LOOKUP_REVAL;
error = path_walk(pathname, &nd);

current->total_link_count = 0;
error = link_path_walk(pathname, &nd);
if (error) {
filp = ERR_PTR(error);
goto out;
Expand Down

0 comments on commit 7786a38

Please sign in to comment.