aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fat')
-rw-r--r--fs/fat/inode.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/fs/fat/inode.c b/fs/fat/inode.c
index 808cac7edcfb..1021ec1ccdb8 100644
--- a/fs/fat/inode.c
+++ b/fs/fat/inode.c
@@ -898,7 +898,7 @@ enum {
898 Opt_charset, Opt_shortname_lower, Opt_shortname_win95, 898 Opt_charset, Opt_shortname_lower, Opt_shortname_win95,
899 Opt_shortname_winnt, Opt_shortname_mixed, Opt_utf8_no, Opt_utf8_yes, 899 Opt_shortname_winnt, Opt_shortname_mixed, Opt_utf8_no, Opt_utf8_yes,
900 Opt_uni_xl_no, Opt_uni_xl_yes, Opt_nonumtail_no, Opt_nonumtail_yes, 900 Opt_uni_xl_no, Opt_uni_xl_yes, Opt_nonumtail_no, Opt_nonumtail_yes,
901 Opt_obsolate, Opt_flush, Opt_tz_utc, Opt_rodir, Opt_err_cont, 901 Opt_obsolete, Opt_flush, Opt_tz_utc, Opt_rodir, Opt_err_cont,
902 Opt_err_panic, Opt_err_ro, Opt_discard, Opt_err, 902 Opt_err_panic, Opt_err_ro, Opt_discard, Opt_err,
903}; 903};
904 904
@@ -928,17 +928,17 @@ static const match_table_t fat_tokens = {
928 {Opt_err_panic, "errors=panic"}, 928 {Opt_err_panic, "errors=panic"},
929 {Opt_err_ro, "errors=remount-ro"}, 929 {Opt_err_ro, "errors=remount-ro"},
930 {Opt_discard, "discard"}, 930 {Opt_discard, "discard"},
931 {Opt_obsolate, "conv=binary"}, 931 {Opt_obsolete, "conv=binary"},
932 {Opt_obsolate, "conv=text"}, 932 {Opt_obsolete, "conv=text"},
933 {Opt_obsolate, "conv=auto"}, 933 {Opt_obsolete, "conv=auto"},
934 {Opt_obsolate, "conv=b"}, 934 {Opt_obsolete, "conv=b"},
935 {Opt_obsolate, "conv=t"}, 935 {Opt_obsolete, "conv=t"},
936 {Opt_obsolate, "conv=a"}, 936 {Opt_obsolete, "conv=a"},
937 {Opt_obsolate, "fat=%u"}, 937 {Opt_obsolete, "fat=%u"},
938 {Opt_obsolate, "blocksize=%u"}, 938 {Opt_obsolete, "blocksize=%u"},
939 {Opt_obsolate, "cvf_format=%20s"}, 939 {Opt_obsolete, "cvf_format=%20s"},
940 {Opt_obsolate, "cvf_options=%100s"}, 940 {Opt_obsolete, "cvf_options=%100s"},
941 {Opt_obsolate, "posix"}, 941 {Opt_obsolete, "posix"},
942 {Opt_err, NULL}, 942 {Opt_err, NULL},
943}; 943};
944static const match_table_t msdos_tokens = { 944static const match_table_t msdos_tokens = {
@@ -1170,7 +1170,7 @@ static int parse_options(struct super_block *sb, char *options, int is_vfat,
1170 break; 1170 break;
1171 1171
1172 /* obsolete mount options */ 1172 /* obsolete mount options */
1173 case Opt_obsolate: 1173 case Opt_obsolete:
1174 fat_msg(sb, KERN_INFO, "\"%s\" option is obsolete, " 1174 fat_msg(sb, KERN_INFO, "\"%s\" option is obsolete, "
1175 "not supported now", p); 1175 "not supported now", p);
1176 break; 1176 break;