diff --git a/[refs] b/[refs] index a149cd6667f5..c53ffb484660 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bd43df021ac37247f2db58ff376fb4032170f754 +refs/heads/master: aa43507f68e44fbc014d820e47eda5a369b8dc9d diff --git a/trunk/fs/f2fs/super.c b/trunk/fs/f2fs/super.c index 117ca2a46e39..25656b6869a4 100644 --- a/trunk/fs/f2fs/super.c +++ b/trunk/fs/f2fs/super.c @@ -198,7 +198,7 @@ static int f2fs_show_options(struct seq_file *seq, struct dentry *root) seq_puts(seq, ",noacl"); #endif if (test_opt(sbi, DISABLE_EXT_IDENTIFY)) - seq_puts(seq, ",disable_ext_indentify"); + seq_puts(seq, ",disable_ext_identify"); seq_printf(seq, ",active_logs=%u", sbi->active_logs);