diff options
Diffstat (limited to 'fs/bcachefs/opts.c')
-rw-r--r-- | fs/bcachefs/opts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/opts.c b/fs/bcachefs/opts.c index eae63cf82c40..ec50345fda62 100644 --- a/fs/bcachefs/opts.c +++ b/fs/bcachefs/opts.c @@ -22,6 +22,7 @@ const char * const bch2_compression_types[] = { "none", "lz4", "gzip", + "zstd", NULL }; |