From 641ab736437a3f9881467c0005b0d677194fff63 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 6 Dec 2018 11:52:58 -0500 Subject: bcachefs: improve/clarify ptr_disk_sectors() Signed-off-by: Kent Overstreet --- fs/bcachefs/extents_types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fs/bcachefs/extents_types.h') 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; -- cgit v1.2.3