From: Christoph Hellwig Date: Thu, 16 Aug 2007 06:24:02 +0000 (+1000) Subject: [XFS] cleanup defintions of BMBT_*BITLEN macros X-Git-Tag: v2.6.24-rc1~492^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e05596643d4bb5ab7d813d1ac5724178ca4c7134;p=pandora-kernel.git [XFS] cleanup defintions 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. SGI-PV: 968563 SGI-Modid: xfs-linux-melb:xfs-kern:29320a Signed-off-by: Christoph Hellwig Signed-off-by: David Chinner Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed