diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index bea46e49e35c..8fdcbabe43e8 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c @@ -1619,6 +1619,7 @@ static inline void f2fs_show_quota_options(struct seq_file *seq, #endif } +#ifdef CONFIG_F2FS_FS_COMPRESSION static inline void f2fs_show_compress_options(struct seq_file *seq, struct super_block *sb) { @@ -1664,6 +1665,7 @@ static inline void f2fs_show_compress_options(struct seq_file *seq, else if (F2FS_OPTION(sbi).compress_mode == COMPR_MODE_USER) seq_printf(seq, ",compress_mode=%s", "user"); } +#endif static int f2fs_show_options(struct seq_file *seq, struct dentry *root) {