Skip to content

Commit

Permalink
xfs: remove xfs_bmap_add_extent
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and Alex Elder committed Oct 12, 2011
1 parent 27a3f8f commit a5bd606
Showing 1 changed file with 173 additions and 243 deletions.
Loading

0 comments on commit a5bd606

Please sign in to comment.