From: Tim Shimmin Date: Fri, 23 Nov 2007 05:30:42 +0000 (+1100) Subject: [XFS] Remove the BPCSHIFT and NB* based macros from XFS. X-Git-Tag: v2.6.25-rc1~282^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6a4b37f38dca6e86b2648d172946700ee921e12;p=pandora-kernel.git [XFS] Remove the BPCSHIFT and NB* based macros from XFS. The BPCSHIFT based macros, btoc*, ctob*, offtoc* and ctooff are either not used or don't need to be used. The NDPP, NDPP, NBBY macros don't need to be used but instead are replaced directly by PAGE_SIZE and PAGE_CACHE_SIZE where appropriate. Initial patch and motivation from Nicolas Kaiser. SGI-PV: 971186 SGI-Modid: xfs-linux-melb:xfs-kern:30096a Signed-off-by: Tim Shimmin Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed