Return-Path: Received: from verein.lst.de ([213.95.11.211]:47118 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756021AbcCUOnv (ORCPT ); Mon, 21 Mar 2016 10:43:51 -0400 Date: Mon, 21 Mar 2016 15:43:49 +0100 From: Christoph Hellwig To: Nelson Elhage Cc: linux-nfs@vger.kernel.org, Christoph Hellwig , Bruce Fields , James Brown Subject: Re: NFSv3 may inappropriately return EPERM for fsetxattr Message-ID: <20160321144349.GA12804@lst.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-nfs-owner@vger.kernel.org List-ID: Hi Nelson, this was indeed most likely caused by my patch. Just to narrow things down can your clarify that the scenarious is that you have CONFIG_NFS_V3 set on your client, you're talking to a server not supporting ACLs at all, and a tool trying to set an ACL is getting the wrong return value? If so I should be able to reproduce this locally.