Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:40949 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751821AbbJGHvI (ORCPT ); Wed, 7 Oct 2015 03:51:08 -0400 Date: Wed, 7 Oct 2015 00:50:54 -0700 From: Christoph Hellwig To: Andreas Dilger Cc: Andreas Gruenbacher , Christoph Hellwig , Austin S Hemmelgarn , Alexander Viro , "Theodore Ts'o" , "J. Bruce Fields" , Jeff Layton , Trond Myklebust , Anna Schumaker , linux-ext4 , LKML , linux-fsdevel , linux-nfs@vger.kernel.org, Linux API Subject: Re: [PATCH v8 00/41] Richacls Message-ID: <20151007075053.GA8660@infradead.org> References: <1443391772-10171-1-git-send-email-agruenba@redhat.com> <20151004062313.GA20212@infradead.org> <5612C85C.2060407@gmail.com> <20151006094935.GA14144@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-nfs-owner@vger.kernel.org List-ID: On Tue, Oct 06, 2015 at 02:26:09PM -0600, Andreas Dilger wrote: > And any disk filesystems that have their own non-POSIX ACLs, such as HFS, NTFS, ZFS would presumably also need to map the in-kernel Richacl format to their on-disk format. No, we did this mistake with Posix ACLs, and we're not going to repeat it here. Filesystems with their own slightly different ACLs must not reuse the interface.