Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753187AbaA3OOL (ORCPT ); Thu, 30 Jan 2014 09:14:11 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:52009 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751816AbaA3OOJ (ORCPT ); Thu, 30 Jan 2014 09:14:09 -0500 Date: Thu, 30 Jan 2014 06:14:05 -0800 From: Christoph Hellwig To: Russell King - ARM Linux Cc: Trond Myklebust , linux-nfs@vger.kernel.org, Christoph Hellwig , Al Viro , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: NFS client broken in Linus' tip Message-ID: <20140130141405.GA23985@infradead.org> References: <20140130140834.GW15937@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140130140834.GW15937@n2100.arm.linux.org.uk> User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 30, 2014 at 02:08:34PM +0000, Russell King - ARM Linux wrote: > into nfs3_proc_create(), but this ends up calling down into nfs3_get_acl(), > which does this: > > if (!nfs_server_capable(inode, NFS_CAP_ACLS)) > return ERR_PTR(-EOPNOTSUPP); Does replacing that return with a return NULL; fix the issue for you? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/