summaryrefslogtreecommitdiff
path: root/fs/bcachefs/extents_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/extents_types.h')
-rw-r--r--fs/bcachefs/extents_types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/bcachefs/extents_types.h b/fs/bcachefs/extents_types.h
index a85cda0e7a6a..a8dd6952d989 100644
--- a/fs/bcachefs/extents_types.h
+++ b/fs/bcachefs/extents_types.h
@@ -5,14 +5,14 @@
#include "bcachefs_format.h"
struct bch_extent_crc_unpacked {
+ u32 compressed_size;
+ u32 uncompressed_size;
+ u32 live_size;
+
u8 csum_type;
u8 compression_type;
- u16 compressed_size;
- u16 uncompressed_size;
-
u16 offset;
- u16 live_size;
u16 nonce;