commit | a5bd606ba65f24e5990edfc0e7b52702720ee6fa | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Sun Sep 18 20:40:54 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Tue Oct 11 21:15:05 2011 -0500 |
tree | a3492cb106bfaa0e5bc4c3b14c7b513ec01fcbbd | |
parent | 27a3f8f2de758205765f277b3428bbf3d15da973 [diff] |
xfs: remove xfs_bmap_add_extent There is no real need to the xfs_bmap_add_extent, as the callers know what kind of extents they need to it. Removing it means duplicating the extents to btree conversion logic in three places, but overall it's still much simpler code and quite a bit less code. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>