* [PATCH] cifs: add 'fsc' mount option to the usage help text
@ 2010-07-27 13:56 Suresh Jayaraman
[not found] ` <4C4EE59E.7050800-l3A5Bk7waGM@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Suresh Jayaraman @ 2010-07-27 13:56 UTC (permalink / raw)
To: Jeff Layton, Steve French; +Cc: linux-cifs-u79uwXL29TY76Z2rM5mHXA
Add 'fsc' mount option to the 'Less commonly used options' section of
mount.cifs usage help text. As with the previous patch, this one too could be
queued and considered once the local caching patches gets merged upstream.
Signed-off-by: Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>
---
mount.cifs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mount.cifs.c b/mount.cifs.c
index c84e72d..2065f46 100644
--- a/mount.cifs.c
+++ b/mount.cifs.c
@@ -265,7 +265,7 @@ static int mount_cifs_usage(FILE * stream)
fprintf(stream,
"\n\tmapchars,nomapchars,nolock,servernetbiosname=<SRV_RFC1001NAME>");
fprintf(stream,
- "\n\tdirectio,nounix,cifsacl,sec=<authentication mechanism>,sign");
+ "\n\tdirectio,nounix,cifsacl,sec=<authentication mechanism>,sign,fsc");
fprintf(stream,
"\n\nOptions not needed for servers supporting CIFS Unix extensions");
fprintf(stream,
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] cifs: add 'fsc' mount option to the usage help text
[not found] ` <4C4EE59E.7050800-l3A5Bk7waGM@public.gmane.org>
@ 2010-07-27 16:43 ` Jeff Layton
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Layton @ 2010-07-27 16:43 UTC (permalink / raw)
To: Suresh Jayaraman; +Cc: Steve French, linux-cifs-u79uwXL29TY76Z2rM5mHXA
On Tue, 27 Jul 2010 19:26:46 +0530
Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org> wrote:
> Add 'fsc' mount option to the 'Less commonly used options' section of
> mount.cifs usage help text. As with the previous patch, this one too could be
> queued and considered once the local caching patches gets merged upstream.
>
> Signed-off-by: Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>
> ---
> mount.cifs.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/mount.cifs.c b/mount.cifs.c
> index c84e72d..2065f46 100644
> --- a/mount.cifs.c
> +++ b/mount.cifs.c
> @@ -265,7 +265,7 @@ static int mount_cifs_usage(FILE * stream)
> fprintf(stream,
> "\n\tmapchars,nomapchars,nolock,servernetbiosname=<SRV_RFC1001NAME>");
> fprintf(stream,
> - "\n\tdirectio,nounix,cifsacl,sec=<authentication mechanism>,sign");
> + "\n\tdirectio,nounix,cifsacl,sec=<authentication mechanism>,sign,fsc");
> fprintf(stream,
> "\n\nOptions not needed for servers supporting CIFS Unix extensions");
> fprintf(stream,
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
merged
--
Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-27 16:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27 13:56 [PATCH] cifs: add 'fsc' mount option to the usage help text Suresh Jayaraman
[not found] ` <4C4EE59E.7050800-l3A5Bk7waGM@public.gmane.org>
2010-07-27 16:43 ` Jeff Layton
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.