git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
482e6dc
)
Btrfs: fix call to btrfs_search_slot in free space cache
author
Josef Bacik
<josef@redhat.com>
Fri, 19 Aug 2011 16:06:12 +0000
(12:06 -0400)
committer
Josef Bacik
<josef@redhat.com>
Wed, 19 Oct 2011 19:12:38 +0000
(15:12 -0400)
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>
No differences found