btrfs-progs: use accessor macro for otime
commit82ddde496a3c10e4f48363c578c9c2510d3a48e7
authorDavid Sterba <dsterba@suse.cz>
Tue, 9 Jul 2013 16:38:55 +0000 (9 18:38 +0200)
committerDavid Sterba <dsterba@suse.cz>
Fri, 9 Aug 2013 12:32:35 +0000 (9 14:32 +0200)
tree1c29f408f65ad1a6ec61c0a303754e1450cefc89
parent626123c2841a4307d5f18cf64141d774ae1f6f27
btrfs-progs: use accessor macro for otime

The root_item->otime value must be accessed via the macro otherwise the
value is incorrect on big endian machines.

Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
btrfs-list.c