Return-Path: linux-nfs-owner@vger.kernel.org Received: from mx2.netapp.com ([216.240.18.37]:61578 "EHLO mx2.netapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753522Ab2FGPMF (ORCPT ); Thu, 7 Jun 2012 11:12:05 -0400 Message-ID: <4FD0C4C2.8020605@netapp.com> Date: Thu, 07 Jun 2012 11:12:02 -0400 From: Bryan Schumaker MIME-Version: 1.0 To: Joerg Roedel CC: Trond Myklebust , linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: NFS regression in v3.5-rc1: mount.nfs yells about incorrect mount option References: <20120607150456.GO12795@8bytes.org> In-Reply-To: <20120607150456.GO12795@8bytes.org> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-nfs-owner@vger.kernel.org List-ID: On 06/07/2012 11:04 AM, Joerg Roedel wrote: > Hi, > > since Linux v3.5-rc1 I experience problems using NFS between my > machines. One of my test-machines gives me: > > root@chrom:~# mount lemmy:/data/repos /data/lemmy > mount.nfs: an incorrect mount option was specified Hi, Can you use `mount -v` to get more output? - Bryan > > The same works fine on v3.4. I tried to bisect but got different errors > in between. In the end, using every non-working case as bad, bisection > pointed to: > > db83335 NFS: Let mount data parsing set the NFS version > > but that at that commit the kernel panics when trying to mount the NFS > tree. Please let me know if you need any additional information. > > Regards, > > Joerg > >