aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index a404ecc53eb1..da0763135bf0 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -483,7 +483,7 @@ struct btrfs_shared_data_ref {
483 483
484struct btrfs_extent_inline_ref { 484struct btrfs_extent_inline_ref {
485 u8 type; 485 u8 type;
486 u64 offset; 486 __le64 offset;
487} __attribute__ ((__packed__)); 487} __attribute__ ((__packed__));
488 488
489/* old style backrefs item */ 489/* old style backrefs item */