Return-Path: linux-nfs-owner@vger.kernel.org Received: from mx1.redhat.com ([209.132.183.28]:18474 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751942Ab3GIRFL (ORCPT ); Tue, 9 Jul 2013 13:05:11 -0400 Message-ID: <51DC42C2.2000408@RedHat.com> Date: Tue, 09 Jul 2013 13:05:06 -0400 From: Steve Dickson MIME-Version: 1.0 To: "J. Bruce Fields" CC: linux-nfs@vger.kernel.org Subject: Re: [PATCH] nfsd4: support minorversion 1 by default References: <20130709031928.GN29071@fieldses.org> <20130709150657.GB8281@fieldses.org> <51DC32C8.6080504@RedHat.com> <20130709165827.GE8281@fieldses.org> In-Reply-To: <20130709165827.GE8281@fieldses.org> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-nfs-owner@vger.kernel.org List-ID: On 09/07/13 12:58, J. Bruce Fields wrote: > On Tue, Jul 09, 2013 at 11:56:56AM -0400, Steve Dickson wrote: >> >> >> On 09/07/13 11:06, J. Bruce Fields wrote: >>> On Mon, Jul 08, 2013 at 11:19:28PM -0400, J. Bruce Fields wrote: >>>>> From: "J. Bruce Fields" >>>>> >>>>> 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. >> Ok... Its on my TODO list but I'll wait a bit until 3.11 hits >> the street... > > I don't think there's anything for you to do here. Ah... my bad... I thought I had to do something for rpc.nfsd but after talking a look the code is already there... steved.