From: Christoph Hellwig Date: Wed, 28 Apr 2010 12:28:58 +0000 (+0000) Subject: xfs: clean up xfs_iomap_valid X-Git-Tag: v2.6.35-rc1~468^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=558e6891693f4c383c51c7343a88dea174eadacf;p=pandora-kernel.git xfs: clean up xfs_iomap_valid Rename all iomap_valid identifiers to imap_valid to fit the new world order, and clean up xfs_iomap_valid to convert the passed in offset to blocks instead of the imap values to bytes. Use the simpler inode->i_blkbits instead of the XFS macros for this. Signed-off-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed