Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128827
b: refs/heads/master
c: 0bd40a7
h: refs/heads/master
i:
  128825: c4385ca
  128823: 94b44c2
v: v3
  • Loading branch information
Chris Mason committed Sep 25, 2008
1 parent d62f018 commit eda4bed
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ee6e6504e147a59a9f4d582662c105e9d72ae638
refs/heads/master: 0bd40a718444b28793283b70286f9e29d464a189
3 changes: 2 additions & 1 deletion trunk/fs/btrfs/ctree.c
Original file line number Diff line number Diff line change
Expand Up @@ -3206,7 +3206,8 @@ int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path)
free_extent_buffer(next);
}

if (level == 1 && path->locks[1] && path->reada)
if (level == 1 && (path->locks[1] || path->skip_locking) &&
path->reada)
reada_for_search(root, path, level, slot, 0);

next = read_node_slot(root, c, slot);
Expand Down

0 comments on commit eda4bed

Please sign in to comment.