All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] cifs: fix misspelling of "forcedirectio"
@ 2012-05-16 11:13 Jeff Layton
       [not found] ` <1337166781-18307-1-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Layton @ 2012-05-16 11:13 UTC (permalink / raw)
  To: smfrench-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-cifs-u79uwXL29TY76Z2rM5mHXA, sprabhu-H+wXaHxf7aLQT0dZR+AlfA

...and add a "directio" synonym since that's what the manpage has
always advertised.

Cc: Sachin Prabhu <sprabhu-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Signed-off-by: Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
---
 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" },
-- 
1.7.7.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] cifs: fix misspelling of "forcedirectio"
       [not found] ` <1337166781-18307-1-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2012-05-16 11:31   ` Sachin Prabhu
  0 siblings, 0 replies; 2+ messages in thread
From: Sachin Prabhu @ 2012-05-16 11:31 UTC (permalink / raw)
  To: Jeff Layton
  Cc: smfrench-Re5JQEeQqe8AvxtiuMwx3w,
	linux-cifs-u79uwXL29TY76Z2rM5mHXA

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-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> Signed-off-by: Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> ---
>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-16 11:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-16 11:13 [PATCH v2] cifs: fix misspelling of "forcedirectio" Jeff Layton
     [not found] ` <1337166781-18307-1-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2012-05-16 11:31   ` Sachin Prabhu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.