From: Trond Myklebust Subject: Re: [NFS] What's slated for inclusion in 2.6.24-rc1 from the NFS client git tree... Date: Thu, 04 Oct 2007 20:58:47 -0400 Message-ID: <1191545927.6739.21.camel@heimdal.trondhjem.org> References: <1191454876.6726.32.camel@heimdal.trondhjem.org> <20071004085206.0a8e37b5@poseidon.drzeus.cx> <1191506450.6685.17.camel@heimdal.trondhjem.org> <20071004184304.6e71ab6d@poseidon.drzeus.cx> <20071004114243.3161af16.akpm@linux-foundation.org> <1191525363.6739.12.camel@heimdal.trondhjem.org> <20071004125916.dbe4fd13.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: nfsv4@linux-nfs.org, linux-kernel@vger.kernel.org, nfs@lists.sourceforge.net, drzeus-list@drzeus.cx To: Andrew Morton Return-path: In-Reply-To: <20071004125916.dbe4fd13.akpm@linux-foundation.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nfsv4-bounces@linux-nfs.org Errors-To: nfsv4-bounces@linux-nfs.org List-ID: On Thu, 2007-10-04 at 12:59 -0700, Andrew Morton wrote: > On Thu, 04 Oct 2007 15:16:03 -0400 > Trond Myklebust wrote: > > > > > > > > > That would be perfect. It can even be in non-legacy mode by default, > > > > just as long as you can go back to the old behaviour when/if you run > > > > into a non-LFS application. > > > > > > > > > > Wouldn't a mount option be better? > > > > I suppose that might be OK if you know that the 32-bit legacy > > applications will only touch one or two servers, but that sounds like a > > niche thing. > > > > On the downside, forcing all those people who have portable 64-bit aware > > applications to upgrade their version of mount just in order to have > > stat64() work correctly seems unnecessarily complicated. I'd prefer not > > to have to do that unless someone comes up with a good reason why we > > must. > > Confused. You don't need to modify mount(8) when adding a new mount option? Prior to 2.6.22, the 'mount' program used a binary blob for passing the NFS mount options to the kernel. It is only very recently that we have started doing in-kernel parsing of text strings, and in order to make use of that, people will need to upgrade to the latest version of nfs-utils. Trond