From: Christoph Hellwig Date: Fri, 4 Dec 2009 10:19:07 +0000 (+0000) Subject: xfs: kill xfs_bmbt_rec_32/64 types X-Git-Tag: v2.6.33-rc1~41^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f9be58c2b87106100a6053d09b1f9f8d551c6e;p=pandora-kernel.git xfs: kill xfs_bmbt_rec_32/64 types For a long time we've always stored bmap btree records in the 64bit format, so kill off the dead 32bit type, and make sure the 64bit type is named just xfs_bmbt_rec everywhere, without any size postfix. Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen Signed-off-by: Alex Elder --- Reading git-diff-tree failed