xfs: kill struct xfs_iomap
authorChristoph Hellwig <hch@infradead.org>
Wed, 28 Apr 2010 12:28:56 +0000 (12:28 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 19 May 2010 14:58:17 +0000 (09:58 -0500)
commit207d041602cead1c1a16288f6225aea9da1f5bc4
treead6149735c8bc0c5d112e301e6e17dac6280dcb6
parente513182d4d7ec8f1870ae368c549ef2838e2c105
xfs: kill struct xfs_iomap

Now that struct xfs_iomap contains exactly the same units as struct
xfs_bmbt_irec we can just use the latter directly in the aops code.
Replace the missing IOMAP_NEW flag with a new boolean output
parameter to xfs_iomap.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_aops.c
fs/xfs/xfs_iomap.c
fs/xfs/xfs_iomap.h