aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/f2fs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c
index 117ca2a46e39..25656b6869a4 100644
--- a/fs/f2fs/super.c
+++ b/fs/f2fs/super.c
@@ -198,7 +198,7 @@ static int f2fs_show_options(struct seq_file *seq, struct dentry *root)
198 seq_puts(seq, ",noacl"); 198 seq_puts(seq, ",noacl");
199#endif 199#endif
200 if (test_opt(sbi, DISABLE_EXT_IDENTIFY)) 200 if (test_opt(sbi, DISABLE_EXT_IDENTIFY))
201 seq_puts(seq, ",disable_ext_indentify"); 201 seq_puts(seq, ",disable_ext_identify");
202 202
203 seq_printf(seq, ",active_logs=%u", sbi->active_logs); 203 seq_printf(seq, ",active_logs=%u", sbi->active_logs);
204 204