From: Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>
To: Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: smfrench-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Shirish Pargaonkar
<shirishpargaonkar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH 2/4] cifs: move "ntlmssp" and "local_leases" options out of experimental code
Date: Fri, 17 Dec 2010 20:58:56 +0530 [thread overview]
Message-ID: <4D0B81B8.6090603@suse.de> (raw)
In-Reply-To: <1291820625-20907-3-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
On 12/08/2010 08:33 PM, Jeff Layton wrote:
> I see no real need to leave these sorts of options under an
> EXPERIMENTAL ifdef. Since you need a mount option to turn this code
> on, that only blows out the testing matrix.
>
> local_leases has been under the EXPERIMENTAL tag for some time, but
> it's only the mount option that's under this label. Move it out
> from under this tag.
>
> The NTLMSSP code is also under EXPERIMENTAL, but it needs a mount
> option to turn it on, and in the future any distro will reasonably
> want this enabled. Go ahead and move it out from under the
> EXPERIMENTAL tag.
>
> Signed-off-by: Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> ---
> fs/cifs/cifssmb.c | 5 +--
> fs/cifs/connect.c | 4 --
> fs/cifs/sess.c | 103 ++++++++++++++++++++++++-----------------------------
> 3 files changed, 48 insertions(+), 64 deletions(-)
Moving local_leases out sounds fine to me. While I agree that NTLMSSP is
something everyone wants moving ahead, I'm not sure whether there are
currently any known/open issues with specific Servers.
Shirish?
Assuming there are none,
Acked-by: Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>
next prev parent reply other threads:[~2010-12-17 15:28 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-08 15:03 [PATCH 0/4] cifs: CONFIG_CIFS_EXPERIMENTAL removal (try #2) Jeff Layton
[not found] ` <1291820625-20907-1-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-12-08 15:03 ` [PATCH 1/4] cifs: remove export_ops code Jeff Layton
[not found] ` <1291820625-20907-2-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-12-17 15:28 ` Suresh Jayaraman
[not found] ` <4D0B81AA.9060805-l3A5Bk7waGM@public.gmane.org>
2010-12-17 15:38 ` Jeff Layton
2010-12-08 15:03 ` [PATCH 2/4] cifs: move "ntlmssp" and "local_leases" options out of experimental code Jeff Layton
[not found] ` <1291820625-20907-3-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-12-17 15:28 ` Suresh Jayaraman [this message]
[not found] ` <4D0B81B8.6090603-l3A5Bk7waGM@public.gmane.org>
2010-12-17 15:42 ` Jeff Layton
2010-12-17 15:43 ` Shirish Pargaonkar
[not found] ` <AANLkTikcnfDE=TwQ4uHWxQPOkPvuJhAkROT6fuDksOSs-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-12-17 16:33 ` Steve French
[not found] ` <AANLkTikSOy-UHrOQxpACBrA9=5G+H8yDxVGDt_B443LJ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-12-17 16:44 ` Shirish Pargaonkar
2010-12-08 15:03 ` [PATCH 3/4] cifs: remove CIFSSMBQueryReparseLinkInfo and CONFIG_CIFS_EXPERIMENTAL Jeff Layton
[not found] ` <1291820625-20907-4-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-12-17 15:29 ` Suresh Jayaraman
2010-12-08 15:03 ` [PATCH 4/4] cifs: replace /proc/fs/cifs/Experimental with a module parm Jeff Layton
[not found] ` <1291820625-20907-5-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-12-17 15:32 ` Suresh Jayaraman
2010-12-17 15:28 ` [PATCH 0/4] cifs: CONFIG_CIFS_EXPERIMENTAL removal (try #2) Suresh Jayaraman
[not found] ` <4D0B8196.3050102-l3A5Bk7waGM@public.gmane.org>
2010-12-17 15:37 ` Jeff Layton
[not found] ` <20101217103717.22ce07b1-9yPaYZwiELC+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2010-12-17 16:11 ` Suresh Jayaraman
-- strict thread matches above, loose matches on Subject: below --
2010-12-07 14:23 [PATCH 0/4] cifs: CONFIG_CIFS_EXPERIMENTAL removal Jeff Layton
[not found] ` <1291731835-1120-1-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-12-07 14:23 ` [PATCH 2/4] cifs: move "ntlmssp" and "local_leases" options out of experimental code Jeff Layton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D0B81B8.6090603@suse.de \
--to=sjayaraman-l3a5bk7wagm@public.gmane.org \
--cc=jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=shirishpargaonkar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=smfrench-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox