From: Steven Whitehouse Date: Mon, 2 Oct 2006 16:39:19 +0000 (-0400) Subject: [GFS2] Remove uneeded endian conversion X-Git-Tag: v2.6.19-rc1~32^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48516ced21e83a755ebae3d1ed03f1731befc391;p=pandora-kernel.git [GFS2] Remove uneeded endian conversion In many places GFS2 was calling the endian conversion routines for an inode even when only a single field, or a few fields might have changed. As a result we were copying lots of data needlessly. This patch replaces those calls with conversion of just the required fields in each case. This should be faster and easier to understand. There are still other places which suffer from this problem, but this is a start in the right direction. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed