From: Josef Bacik Date: Fri, 19 Aug 2011 16:06:12 +0000 (-0400) Subject: Btrfs: fix call to btrfs_search_slot in free space cache X-Git-Tag: v3.2-rc1~21^2~24^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9b5fcddce594a408a48d523087b5bb64ce82469;p=pandora-kernel.git 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 --- Reading git-diff-tree failed