Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128277
b: refs/heads/master
c: 7108749
h: refs/heads/master
i:
  128275: f4cc128
v: v3
  • Loading branch information
Chris Mason authored and David Woodhouse committed Mar 14, 2007
1 parent df32141 commit da1313e
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: 3768f3689fc76ecea17414936dff7a02746a4355
refs/heads/master: 710874947aa0f81c3b348b052e81cb9075113c49
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static int __free_extent(struct btrfs_root *root, u64 blocknr, u64 num_blocks)
}
ret = btrfs_del_item(extent_root, &path);
if (root != extent_root &&
extent_root->last_insert.objectid < blocknr)
extent_root->last_insert.objectid > blocknr)
extent_root->last_insert.objectid = blocknr;
if (ret)
BUG();
Expand Down

0 comments on commit da1313e

Please sign in to comment.