commit | a9b5fcddce594a408a48d523087b5bb64ce82469 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Fri Aug 19 12:06:12 2011 -0400 |
committer | Josef Bacik <josef@redhat.com> | Wed Oct 19 15:12:38 2011 -0400 |
tree | b146a8c2c9a00012b253c94dc65baa8ecb325e61 | |
parent | 482e6dc5261406fdb921946e70b51467b0305bad [diff] |
Btrfs: fix call to btrfs_search_slot in free space cache We are setting ins_len to 1 even tho we are just modifying an item that should be there already. This may cause the search stuff to split nodes on the way down needelessly. Set this to 0 since we aren't inserting anything. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com>