]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[XFS] split ondisk vs incore versions of xfs_bmbt_rec_t
authorChristoph Hellwig <hch@infradead.org>
Thu, 16 Aug 2007 06:23:40 +0000 (16:23 +1000)
committerTim Shimmin <tes@chook.melbourne.sgi.com>
Mon, 15 Oct 2007 06:25:51 +0000 (16:25 +1000)
commita6f64d4aea0d0c8483e910c7dd2d1ee48e42245c
treef3fb20bb6d816f6d674bd4c8bfa687b013443eaf
parentd580ef6eaae6eaaef1e06c7d689fc9949faee9da
[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 <hch@infradead.org>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/quota/xfs_qm.c
fs/xfs/xfs_bmap.c
fs/xfs/xfs_bmap.h
fs/xfs/xfs_bmap_btree.c
fs/xfs/xfs_bmap_btree.h
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h