From: Christoph Hellwig Date: Tue, 11 Sep 2007 00:02:30 +0000 (-0400) Subject: Btrfs: [PATCH] extent_map: provide generic bmap X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~493 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d396c6f554d182b7bce4e2bb2acb47f80430c05f;p=pandora-kernel.git Btrfs: [PATCH] extent_map: provide generic bmap generic_bmap is completely trivial, while the extent to bh mapping in btrfs is rather complex. So provide a extent_bmap instead that takes a get_extent callback and can be used by filesystem using the extent_map code. Signed-off-by: Christoph Hellwig Signed-off-by: Chris Mason --- Reading git-diff-tree failed