From: Christoph Hellwig Date: Fri, 12 Oct 2007 00:59:34 +0000 (+1000) Subject: [XFS] xlog_rec_header/xlog_rec_ext_header endianess annotations X-Git-Tag: v2.6.25-rc1~282^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53e675dc868c4844ecbcce9149cf68e4299231d;p=pandora-kernel.git [XFS] xlog_rec_header/xlog_rec_ext_header endianess annotations Mostly trivial conversion with one exceptions: h_num_logops was kept in native endian previously and only converted to big endian in xlog_sync, but we always keep it big endian now. With todays cpus fast byteswap instructions that's not an issue but the new variant keeps the code clean and maintainable. SGI-PV: 971186 SGI-Modid: xfs-linux-melb:xfs-kern:29821a Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed