cleanup definitions of BMBT_*BITLEN macros
The BMBT_*BITLEN are currently defined in a complicated way depending
on XFS_NATIVE_HOST. But if all the macros are expanded they
(obviously) expand to the same value for both cases.
This patch defines the macros in the most simple way and updates the
comment describing them to remove outdated bits.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Date: Thu Aug 2 21:24:18 AEST 2007
Workarea: chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs
Inspected by: hch@xxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:29320a
fs/xfs/xfs_bmap_btree.h - 1.78 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_bmap_btree.h.diff?r1=text&tr1=1.78&r2=text&tr2=1.77&f=h
- Remove the dependency of the BMBT_*BITLEN macros on XFS_NATIVE_HOST
|