Return-Path: linux-nfs-owner@vger.kernel.org Received: from mx1.redhat.com ([209.132.183.28]:16845 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751137AbaAIQFC (ORCPT ); Thu, 9 Jan 2014 11:05:02 -0500 Message-ID: <52CEC911.4080506@RedHat.com> Date: Thu, 09 Jan 2014 11:06:41 -0500 From: Steve Dickson MIME-Version: 1.0 To: Joakim Tjernlund CC: "J. Bruce Fields" , linux-nfs@vger.kernel.org Subject: Re: [PATCH] nfsd: fix minorversion-choosing interface References: <20131216185419.GB31816@fieldses.org> <20131216200301.GD31816@fieldses.org> <20131216202345.GF31816@fieldses.org> <20131217034331.GB3490@fieldses.org> <52CC6B49.2070801@RedHat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-nfs-owner@vger.kernel.org List-ID: On 07/01/14 17:23, Joakim Tjernlund wrote: > Steve Dickson wrote on 2014/01/07 22:02:01: >> >> >> On 16/12/13 22:43, J. Bruce Fields wrote: >>> From: "J. Bruce Fields" >>> >>> By unconditionally adding +/-4.2 to the version string written to the >>> kernel we make nfs-utils incompatible with pre-4.2-supporting kernels. >>> >>> Ditto for 4.1. This problem was introduced by >>> 12a590f8d556c00a9502eeebaa763d906222d521 "rpc.nfsd: Allow v4.2 server >>> support with the -V option", which also change nfsd to unconditionally >>> pass +/-4.2. >>> >>> Instead, just don't mention 4.1 or 4.2 unless the commandline has >>> specifically requested that one or the other be turned on or off. >>> >>> Tested-by: Joakim Tjernlund >>> Reported-by: Joakim Tjernlund >>> Signed-off-by: J. Bruce Fields >> Committed... >> >> steved > > Thanks, do plan on making a release soon? Sorry for the delayed response... Its in my git tree and in Fedora 20 nfs-utils.... Is this what you were looking for? steved. > > Jocke >