Loading fs/cifs/connect.c +2 −1 Original line number Diff line number Diff line Loading @@ -164,7 +164,8 @@ static const match_table_t cifs_mount_option_tokens = { { Opt_sign, "sign" }, { Opt_seal, "seal" }, { Opt_direct, "direct" }, { Opt_direct, "forceddirectio" }, { Opt_direct, "directio" }, { Opt_direct, "forcedirectio" }, { Opt_strictcache, "strictcache" }, { Opt_noac, "noac" }, { Opt_fsc, "fsc" }, Loading Loading
fs/cifs/connect.c +2 −1 Original line number Diff line number Diff line Loading @@ -164,7 +164,8 @@ static const match_table_t cifs_mount_option_tokens = { { Opt_sign, "sign" }, { Opt_seal, "seal" }, { Opt_direct, "direct" }, { Opt_direct, "forceddirectio" }, { Opt_direct, "directio" }, { Opt_direct, "forcedirectio" }, { Opt_strictcache, "strictcache" }, { Opt_noac, "noac" }, { Opt_fsc, "fsc" }, Loading