commit | e7455e02e5effcdd49bb28e7dfface2d3473de52 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Sun Sep 18 20:40:41 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Tue Oct 11 21:15:03 2011 -0500 |
tree | 575d3f79215d575f2baf62b1279a7bfc567521e5 | |
parent | ed32201e65e15f3e6955cb84cbb544b08f81e5a5 [diff] |
xfs: remove the first extent special case in xfs_bmap_add_extent Both xfs_bmap_add_extent_hole_delay and xfs_bmap_add_extent_hole_real already contain code to handle the case where there is no extent to merge with, which is effectively the same as the code duplicated here. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>