From: Christoph Hellwig Date: Tue, 28 Aug 2007 03:57:51 +0000 (+1000) Subject: [XFS] dinode endianess annotations X-Git-Tag: v2.6.24-rc1~492^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=347d1c01956d567c18afef0cc253eb235cafacd8;p=pandora-kernel.git [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 Signed-off-by: David Chinner Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed