commit | dadd1105ca9a1e506c678e8e410e9623efdda821 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Jul 30 02:10:44 2012 -0600 |
committer | Chris Mason <chris.mason@oracle.com> | Tue Aug 28 16:53:26 2012 -0400 |
tree | 949d3c7e461fea1df29650fa7fd2c4da23f605f7 | |
parent | 55e591ffde38e0088b022129e035e18a8d04c7e6 [diff] |
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 <dan.carpenter@oracle.com>