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:
9c4f61f
)
btrfs: expand btrfs_find_item if found_key is NULL
author
David Sterba
<dsterba@suse.cz>
Fri, 2 Jan 2015 18:36:14 +0000
(19:36 +0100)
committer
David Sterba
<dsterba@suse.cz>
Wed, 14 Jan 2015 18:23:48 +0000
(19:23 +0100)
If the found_key is NULL, then btrfs_find_item becomes a verbose wrapper
for simple btrfs_search_slot.
After we've removed all such callers, passing a NULL key is not valid
anymore.
Signed-off-by: David Sterba <dsterba@suse.cz>
No differences found