commit | d396c6f554d182b7bce4e2bb2acb47f80430c05f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Sep 10 20:02:30 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Mon Sep 10 20:02:30 2007 -0400 |
tree | 2bc7b567310474ed4562d4e1246efd69a868f8cd | |
parent | 90f1c19a9fd2a943adc69d2b9b8c83bcc4bba6f9 [diff] |
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 <hch@lst.de> Signed-off-by: Chris Mason <chris.mason@oracle.com>