From: Christoph Hellwig Date: Thu, 30 Oct 2008 06:14:43 +0000 (+1100) Subject: [XFS] Move XFS_BMAP_SANITY_CHECK out of line. X-Git-Tag: v2.6.29-rc1~552^2~81^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e8938feba770b583fb13d249c17943961731a3e;p=pandora-kernel.git [XFS] Move XFS_BMAP_SANITY_CHECK out of line. Move the XFS_BMAP_SANITY_CHECK macro out of line and make it a properly typed function. Also pass the xfs_buf for the btree block instead of just the btree block header, as we will need some additional information for it to implement CRC checking of btree blocks. SGI-PV: 988146 SGI-Modid: xfs-linux-melb:xfs-kern:32301a Signed-off-by: Christoph Hellwig Signed-off-by: Donald Douwsma Signed-off-by: David Chinner Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed