Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1bec1aed authored by Yan Zheng's avatar Yan Zheng Committed by Chris Mason
Browse files

Btrfs: fix definition of struct btrfs_extent_inline_ref



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

Signed-off-by: default avatarYan Zheng <zheng.yan@oracle.com>
Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 68f5a38c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -483,7 +483,7 @@ struct btrfs_shared_data_ref {

struct btrfs_extent_inline_ref {
	u8 type;
	u64 offset;
	__le64 offset;
} __attribute__ ((__packed__));

/* old style backrefs item */