btrfs-progs: fix definition of struct btrfs_extent_inline_ref
authorEric Sandeen <sandeen@redhat.com>
Mon, 5 Aug 2013 21:46:08 +0000 (16:46 -0500)
committerDavid Sterba <dsterba@suse.cz>
Tue, 3 Sep 2013 17:40:48 +0000 (19:40 +0200)
commitc82ded6dbb9d739dff4bc3202d34721467ed0e75
tree7f4370899d23a433702f760a3be398590599e307
parent514aa5d8f10a60bd2642cb15c3708a21f79501e4
btrfs-progs: fix definition of struct btrfs_extent_inline_ref

Port kernel commit 1bec1aed to userspace.

use __le64 instead of u64 in on-disk structure definition.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
ctree.h