summaryrefslogtreecommitdiff
path: root/fs/f2fs
diff options
context:
space:
mode:
authorAlejandro Martinez Ruiz <alex@nowcomputing.com>2013-01-25 19:08:59 +0100
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2013-02-12 07:15:00 +0900
commitaa43507f68e44fbc014d820e47eda5a369b8dc9d (patch)
treedaa4f776de421a26c3d9f0879f0330569c6bbcc2 /fs/f2fs
parentbd43df021ac37247f2db58ff376fb4032170f754 (diff)
downloadlinux-3.10-aa43507f68e44fbc014d820e47eda5a369b8dc9d.tar.gz
linux-3.10-aa43507f68e44fbc014d820e47eda5a369b8dc9d.tar.bz2
linux-3.10-aa43507f68e44fbc014d820e47eda5a369b8dc9d.zip
f2fs: fix disable_ext_identify option spelling
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>
Diffstat (limited to 'fs/f2fs')
-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 117ca2a46e3..25656b6869a 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)
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);