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.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Date: Fri Oct 10 17:23:56 EST 2008
Workarea: chapter11.melbourne.sgi.com:/scratch/donaldd/isms/2.6.x-xfs
Inspected by: hch,david@xxxxxxxxxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:32301a
fs/xfs/xfs_bmap_btree.h - 1.97 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_bmap_btree.h.diff?r1=text&tr1=1.97&r2=text&tr2=1.96&f=h
- Move XFS_BMAP_SANITY_CHECK out of line.
fs/xfs/xfs_bmap.c - 1.417 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_bmap.c.diff?r1=text&tr1=1.417&r2=text&tr2=1.416&f=h
- Move XFS_BMAP_SANITY_CHECK out of line.
|