Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312980
b: refs/heads/master
c: 3c0a616
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jul 22, 2012
1 parent 15d49aa commit 2839dfa
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: de9b9422026357c878a9fa3714936be0e1388e9c
refs/heads/master: 3c0a6163688b8ca3f44029c7bdb3d91a865c878a
2 changes: 1 addition & 1 deletion trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ int follow_up(struct path *path)

br_read_lock(&vfsmount_lock);
parent = mnt->mnt_parent;
if (&parent->mnt == path->mnt) {
if (parent == mnt) {
br_read_unlock(&vfsmount_lock);
return 0;
}
Expand Down

0 comments on commit 2839dfa

Please sign in to comment.