]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2e426d983de3ffe273f44fdbb8fb3ad6cb2e6ae3
treead6149735c8bc0c5d112e301e6e17dac6280dcb6
parent65d4a32caf771b318d5a55970c9eacbd691b0429
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