Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155921
b: refs/heads/master
c: 0a4eefb
h: refs/heads/master
i:
  155919: e7be221
v: v3
  • Loading branch information
Yan Zheng authored and Chris Mason committed Jul 24, 2009
1 parent 3f78cf9 commit ed797a1
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: 1fcbac581be375ca0a686f72ee2b7fd1dbf386e7
refs/heads/master: 0a4eefbb745ec0e8a5b694ae3f40cc34082d8f61
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/ctree.c
Original file line number Diff line number Diff line change
Expand Up @@ -4296,10 +4296,10 @@ int btrfs_previous_item(struct btrfs_root *root,
path->slots[0]--;

btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
if (found_key.type == type)
return 0;
if (found_key.objectid < min_objectid)
break;
if (found_key.type == type)
return 0;
if (found_key.objectid == min_objectid &&
found_key.type < type)
break;
Expand Down

0 comments on commit ed797a1

Please sign in to comment.