From: Tao Ma Date: Mon, 3 Mar 2008 02:53:02 +0000 (+0800) Subject: ocfs2: Fix an endian bug in online resize. X-Git-Tag: v2.6.25-rc6~50^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4338ab6a750303cbae4cc76cc7de5edba6598ebe;p=pandora-kernel.git ocfs2: Fix an endian bug in online resize. In ocfs2_group_add, 'cr' is a disk field of type 'ocfs2_chain_rec', and we were putting cpu byteorder values into it. Swap things to the right endian before storing. Signed-off-by: Tao Ma Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed