Skip to content

Commit 531c8ff

Browse files
jtlaytonSteve French
authored andcommitted
cifs: fix misspelling of "forcedirectio"
...and add a "directio" synonym since that's what the manpage has always advertised. Acked-by: Sachin Prabhu <[email protected]> Signed-off-by: Jeff Layton <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 36be505 commit 531c8ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fs/cifs/connect.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ static const match_table_t cifs_mount_option_tokens = {
164164
{ Opt_sign, "sign" },
165165
{ Opt_seal, "seal" },
166166
{ Opt_direct, "direct" },
167-
{ Opt_direct, "forceddirectio" },
167+
{ Opt_direct, "directio" },
168+
{ Opt_direct, "forcedirectio" },
168169
{ Opt_strictcache, "strictcache" },
169170
{ Opt_noac, "noac" },
170171
{ Opt_fsc, "fsc" },

0 commit comments

Comments
 (0)