From: Dan Carpenter Date: Mon, 30 Jul 2012 08:10:44 +0000 (-0600) Subject: Btrfs: fix some endian bugs handling the root times X-Git-Tag: v3.6-rc4~6^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dadd1105ca9a1e506c678e8e410e9623efdda821;p=pandora-kernel.git Btrfs: fix some endian bugs handling the root times "trans->transid" is cpu endian but we want to store the data as little endian. "item->ctime.nsec" is only 32 bits, not 64. Signed-off-by: Dan Carpenter --- Reading git-diff-tree failed