Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131065
b: refs/heads/master
c: 12f4dac
h: refs/heads/master
i:
  131063: 58f75ca
v: v3
  • Loading branch information
Chris Mason committed Feb 4, 2009
1 parent fea6c84 commit 7e96a1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4d081c41a4f98aecb5e86ef7d3e644cc7b52131f
refs/heads/master: 12f4daccfc3732280debba8f9ba49720372de831
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/ctree.c
Original file line number Diff line number Diff line change
Expand Up @@ -1439,9 +1439,9 @@ noinline void btrfs_unlock_up_safe(struct btrfs_path *path, int level)

for (i = level; i < BTRFS_MAX_LEVEL; i++) {
if (!path->nodes[i])
break;
continue;
if (!path->locks[i])
break;
continue;
btrfs_tree_unlock(path->nodes[i]);
path->locks[i] = 0;
}
Expand Down

0 comments on commit 7e96a1d

Please sign in to comment.