From: Christoph Hellwig Date: Thu, 16 Aug 2007 06:23:40 +0000 (+1000) Subject: [XFS] split ondisk vs incore versions of xfs_bmbt_rec_t X-Git-Tag: v2.6.24-rc1~492^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6f64d4aea0d0c8483e910c7dd2d1ee48e42245c;p=pandora-kernel.git [XFS] split ondisk vs incore versions of xfs_bmbt_rec_t currently xfs_bmbt_rec_t is used both for ondisk extents as well as host-endian ones. This patch adds a new xfs_bmbt_rec_host_t for the native endian ones and cleans up the fallout. There have been various endianess issues in the tracing / debug printf code that are fixed by this patch. SGI-PV: 968563 SGI-Modid: xfs-linux-melb:xfs-kern:29318a Signed-off-by: Christoph Hellwig Signed-off-by: David Chinner Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed