xfs: remove iomap_delta
authorChristoph Hellwig <hch@infradead.org>
Wed, 28 Apr 2010 12:28:53 +0000 (12:28 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 19 May 2010 14:58:17 +0000 (09:58 -0500)
commit9563b3d8998c78d5b7e718b546d5f68037c494fe
treef614d05139491b129515443855e80eb0c562157b
parent046f1685bb5211c3dea74fda0198c19171e9abc9
xfs: remove iomap_delta

The iomap_delta field in struct xfs_iomap just contains the
difference between the offset passed to xfs_iomap and the
iomap_offset.  Just calculate it in the only caller that cares.

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