On Mon, Jul 08, 2013 at 11:19:28PM -0400, J. Bruce Fields wrote: > From: "J. Bruce Fields" <bfields@xxxxxxxxxx> > > 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@xxxxxxxxxx> > --- > 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@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html