dc1221c61175cda089832bbcda675dff667bf9d3
[openwrt/staging/wigyori.git] / package / kernel / exfat / patches / 010-fstream.patch
1 --- a/super.c
2 +++ b/super.c
3 @@ -292,14 +292,14 @@ static const struct fs_parameter_spec exfat_param_specs[] = {
4 #endif
5 fsparam_flag("discard", Opt_discard),
6 fsparam_s32("time_offset", Opt_time_offset),
7 - __fsparam(NULL, "utf8", Opt_utf8, fs_param_deprecated,
8 - NULL),
9 - __fsparam(NULL, "debug", Opt_debug, fs_param_deprecated,
10 - NULL),
11 + __fsparam(NULL, "utf8", Opt_utf8, fs_param_deprecated
12 + ),
13 + __fsparam(NULL, "debug", Opt_debug, fs_param_deprecated
14 + ),
15 __fsparam(fs_param_is_u32, "namecase", Opt_namecase,
16 - fs_param_deprecated, NULL),
17 + fs_param_deprecated),
18 __fsparam(fs_param_is_u32, "codepage", Opt_codepage,
19 - fs_param_deprecated, NULL),
20 + fs_param_deprecated),
21 {}
22 };
23