From: Christoph Hellwig Date: Wed, 28 Apr 2010 12:28:56 +0000 (+0000) Subject: xfs: kill struct xfs_iomap X-Git-Tag: v2.6.35-rc1~468^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207d041602cead1c1a16288f6225aea9da1f5bc4;p=pandora-kernel.git 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 Signed-off-by: Alex Elder --- Reading git-diff-tree failed