]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita64a5ecb494c48b0163bfe22523c18040827c731
treeaabcc9cd0800cf5c0d0605d46a104ed825f90db6
parent3882392cafa8b93f397b7a3a967318f91a0cc4f1
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