Skip to content
Commit a9b5fcdd authored by Josef Bacik's avatar Josef Bacik
Browse files

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: default avatarJosef Bacik <josef@redhat.com>
parent 482e6dc5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment