From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] jfs: fix generic posix ACL regression Date: Sat, 8 Feb 2014 17:40:47 +0100 Message-ID: <20140208164047.GA15522@lst.de> References: <52F54928.9050601@oracle.com> <20140208070818.GA8758@lst.de> <52F65D45.5070206@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , "Michael L. Semon" , JFS Discussion , LKML , "linux-fsdevel@vger.kernel.org" To: Dave Kleikamp Return-path: Content-Disposition: inline In-Reply-To: <52F65D45.5070206@oracle.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Sat, Feb 08, 2014 at 10:37:25AM -0600, Dave Kleikamp wrote: > Your patchset removed the XATTR_SYSTEM_PREFIX bits from can_set_xattr, > so it will not recognize the ACL as valid and return -EOPNOTSUPP. Ah, thanks. Consider the patch reviewed: Reviewed-by: Christoph Hellwig