]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[XFS] dinode endianess annotations
authorChristoph Hellwig <hch@infradead.org>
Tue, 28 Aug 2007 03:57:51 +0000 (13:57 +1000)
committerTim Shimmin <tes@chook.melbourne.sgi.com>
Mon, 15 Oct 2007 06:48:30 +0000 (16:48 +1000)
commit347d1c01956d567c18afef0cc253eb235cafacd8
tree55c61ae9390e013978cef21099a65965b2bb0ab5
parentddc6d3b32a8a732c343dc225048fae06c129e48a
[XFS] dinode endianess annotations

Biggest bit is duplicating the dinode structure so we have one annotated for
native endianess and one for disk endianess. The other significant change
is that xfs_xlate_dinode_core is split into one helper per direction to
allow for proper annotations, everything else is trivial.

As a sidenode splitting out the incore dinode means we can move it into
xfs_inode.h in a later patch and severely improving on the include hell in
xfs.

SGI-PV: 968563
SGI-Modid: xfs-linux-melb:xfs-kern:29476a

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/xfs_dinode.h
fs/xfs/xfs_ialloc.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_itable.c
fs/xfs/xfs_log_recover.c