|
@@ -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,
|