On Wed, 2012-05-16 at 07:13 -0400, Jeff Layton wrote: > ...and add a "directio" synonym since that's what the manpage has > always advertised. > > Cc: Sachin Prabhu <sprabhu@xxxxxxxxxx> > Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> > --- > fs/cifs/connect.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c > index 5dcc551..e0b56d7 100644 > --- a/fs/cifs/connect.c > +++ b/fs/cifs/connect.c > @@ -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" }, ACK Sachin Prabhu -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html