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:
362a20c
)
Btrfs: add helper for tree enumeration
author
Arne Jansen
<sensille@gmx.net>
Tue, 13 Sep 2011 09:18:10 +0000
(11:18 +0200)
committer
Alexander Block
<ablock84@googlemail.com>
Wed, 25 Jul 2012 15:33:18 +0000
(17:33 +0200)
Often no exact match is wanted but just the next lower or
higher item. There's a lot of duplicated code throughout
btrfs to deal with the corner cases. This patch adds a
helper function that can facilitate searching.
Signed-off-by: Arne Jansen <sensille@gmx.net>
No differences found