diff options
Diffstat (limited to 'fs/bcachefs/bcachefs_format.h')
-rw-r--r-- | fs/bcachefs/bcachefs_format.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/bcachefs/bcachefs_format.h b/fs/bcachefs/bcachefs_format.h index 0f2c9cecda72..007fec9284d5 100644 --- a/fs/bcachefs/bcachefs_format.h +++ b/fs/bcachefs/bcachefs_format.h @@ -370,7 +370,8 @@ enum bch_compression_type { BCH_COMPRESSION_GZIP = 2, BCH_COMPRESSION_LZ4 = 3, BCH_COMPRESSION_ZSTD = 4, - BCH_COMPRESSION_NR = 5, + BCH_COMPRESSION_INCOMPRESSIBLE = 5, + BCH_COMPRESSION_NR = 6, }; enum bch_extent_entry_type { |