]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3882392cafa8b93f397b7a3a967318f91a0cc4f1
treef614d05139491b129515443855e80eb0c562157b
parente7c8015dd55d4043d11d13b2312fdec7d8699b92
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