linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields@fieldses.org>
To: linux-nfs@vger.kernel.org
Subject: Re: [PATCH] nfsd4: support minorversion 1 by default
Date: Tue, 9 Jul 2013 11:06:57 -0400	[thread overview]
Message-ID: <20130709150657.GB8281@fieldses.org> (raw)
In-Reply-To: <20130709031928.GN29071@fieldses.org>

On Mon, Jul 08, 2013 at 11:19:28PM -0400, J. Bruce Fields wrote:
> From: "J. Bruce Fields" <bfields@redhat.com>
> 
> We now have minimal minorversion 1 support; turn it on by default.
> 
> This can still be turned off with "echo -4.1 >/proc/fs/nfsd/versions".

I intend this for 3.11, since as far as I can tell we're up to spec and
the 4.1-specific bugs I know about have been fixed.

--b.

> 
> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
> ---
>  fs/nfsd/nfssvc.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/nfsd/nfssvc.c b/fs/nfsd/nfssvc.c
> index 262df5c..6b9f48c 100644
> --- a/fs/nfsd/nfssvc.c
> +++ b/fs/nfsd/nfssvc.c
> @@ -116,7 +116,7 @@ struct svc_program		nfsd_program = {
>  
>  };
>  
> -u32 nfsd_supported_minorversion;
> +u32 nfsd_supported_minorversion = 1;
>  
>  int nfsd_vers(int vers, enum vers_op change)
>  {
> -- 
> 1.7.9.5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2013-07-09 15:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-09  3:19 [PATCH] nfsd4: support minorversion 1 by default J. Bruce Fields
2013-07-09 15:06 ` J. Bruce Fields [this message]
2013-07-09 15:56   ` Steve Dickson
2013-07-09 16:58     ` J. Bruce Fields
2013-07-09 17:05       ` Steve Dickson

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=20130709150657.GB8281@fieldses.org \
    --to=bfields@fieldses.org \
    --cc=linux-nfs@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).