commit | 9563b3d8998c78d5b7e718b546d5f68037c494fe | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Apr 28 12:28:53 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Wed May 19 09:58:17 2010 -0500 |
tree | f614d05139491b129515443855e80eb0c562157b | |
parent | 046f1685bb5211c3dea74fda0198c19171e9abc9 [diff] |
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>