xfs: report iomap_offset and iomap_bsize in block base
authorChristoph Hellwig <hch@infradead.org>
Wed, 28 Apr 2010 12:28:54 +0000 (12:28 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 19 May 2010 14:58:17 +0000 (09:58 -0500)
commit8699bb0a480193e62d5ccb9c86e2c26b407090a8
treeaabcc9cd0800cf5c0d0605d46a104ed825f90db6
parent9563b3d8998c78d5b7e718b546d5f68037c494fe
xfs: report iomap_offset and iomap_bsize in block base

Report the iomap_offset and iomap_bsize fields of struct xfs_iomap
in terms of fsblocks instead of in terms of disk blocks.  Shift the
byte conversions into the callers temporarily, but they will
disappear or get cleaned up later.

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