Skip to content

Commit

Permalink
f2fs: fix disable_ext_identify option spelling
Browse files Browse the repository at this point in the history
There is a typo in the ->show_options function for disable_ext_identify.
Fix it to match the spelling from the documentation.

Signed-off-by: Alejandro Martinez Ruiz <alex@nowcomputing.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
  • Loading branch information
Alejandro Martinez Ruiz authored and Jaegeuk Kim committed Feb 11, 2013
1 parent bd43df0 commit aa43507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/f2fs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit aa43507

Please sign in to comment.