We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39d6411 + 531c8ff commit dfae359Copy full SHA for dfae359
fs/cifs/connect.c
@@ -164,7 +164,8 @@ static const match_table_t cifs_mount_option_tokens = {
164
{ Opt_sign, "sign" },
165
{ Opt_seal, "seal" },
166
{ Opt_direct, "direct" },
167
- { Opt_direct, "forceddirectio" },
+ { Opt_direct, "directio" },
168
+ { Opt_direct, "forcedirectio" },
169
{ Opt_strictcache, "strictcache" },
170
{ Opt_noac, "noac" },
171
{ Opt_fsc, "fsc" },
0 commit comments