commit | 826bf0adce0cddd9c94c2706b63d181dfc5cdaaa | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Apr 28 12:28:51 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Wed May 19 09:58:16 2010 -0500 |
tree | 7176db312e0090040e9798f2c7e6371bb78eedd7 | |
parent | 4a5224d7b167e5470ad34e5b1b6965a16f87854f [diff] |
xfs: limit xfs_imap_to_bmap to a single mapping We only call xfs_iomap for single mappings anyway, so remove all code dealing with multiple mappings from xfs_imap_to_bmap and add asserts that we never get results that we do not expect. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>