Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274619
b: refs/heads/master
c: a9b5fcd
h: refs/heads/master
i:
  274617: 58f683b
  274615: 2fdb9c6
v: v3
  • Loading branch information
Josef Bacik committed Oct 19, 2011
1 parent 04f214f commit 58f428a
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: 482e6dc5261406fdb921946e70b51467b0305bad
refs/heads/master: a9b5fcddce594a408a48d523087b5bb64ce82469
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/free-space-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ int __btrfs_write_out_cache(struct btrfs_root *root, struct inode *inode,
key.offset = offset;
key.type = 0;

ret = btrfs_search_slot(trans, root, &key, path, 1, 1);
ret = btrfs_search_slot(trans, root, &key, path, 0, 1);
if (ret < 0) {
ret = -1;
clear_extent_bit(&BTRFS_I(inode)->io_tree, 0, bytes - 1,
Expand Down

0 comments on commit 58f428a

Please sign in to comment.