From: Christoph Hellwig Date: Wed, 28 Apr 2010 12:28:55 +0000 (+0000) Subject: xfs: report iomap_bn in block base X-Git-Tag: v2.6.35-rc1~468^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e513182d4d7ec8f1870ae368c549ef2838e2c105;p=pandora-kernel.git 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 Signed-off-by: Alex Elder --- Reading git-diff-tree failed