From: Arne Jansen Date: Tue, 13 Sep 2011 09:18:10 +0000 (+0200) Subject: Btrfs: add helper for tree enumeration X-Git-Tag: v3.6-rc1~81^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e679376911d016b670c8cfc1645c178f77e8d1d3;p=pandora-kernel.git Btrfs: add helper for tree enumeration 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 --- Reading git-diff-tree failed