commit | e513182d4d7ec8f1870ae368c549ef2838e2c105 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Apr 28 12:28:55 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Wed May 19 09:58:17 2010 -0500 |
tree | 1dc543b7f798c4826684bf2a0a5d83bd363f246f | |
parent | 8699bb0a480193e62d5ccb9c86e2c26b407090a8 [diff] |
xfs: report iomap_bn in block base Report the iomap_bn field of struct xfs_iomap in terms of filesystem blocks instead of in terms of bytes. Shift the byte conversions into the caller, and replace the IOMAP_DELAY and IOMAP_HOLE flag checks with checks for HOLESTARTBLOCK and DELAYSTARTBLOCK. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>