diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 5f697fdbb30d..d3d921953538 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c @@ -1910,6 +1910,8 @@ static int f2fs_show_options(struct seq_file *seq, struct dentry *root) if (test_opt(sbi, GC_MERGE)) seq_puts(seq, ",gc_merge"); + else + seq_puts(seq, ",nogc_merge"); if (test_opt(sbi, DISABLE_ROLL_FORWARD)) seq_puts(seq, ",disable_roll_forward");