From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Tue, 7 Jan 2014 07:53:24 -0800 Subject: [Cluster-devel] [PATCH 00/21] Consolidate Posix ACL implementation V3 In-Reply-To: <20131220131635.650823732@bombadil.infradead.org> References: <20131220131635.650823732@bombadil.infradead.org> Message-ID: <20140107155324.GA24113@infradead.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Fri, Dec 20, 2013 at 05:16:35AM -0800, Christoph Hellwig wrote: > This series consolidates the various cut'n'pasted Posix ACL implementations > into a single common one based on the ->get_acl method Linus added a while > ago and a new ->set_acl counterpart. > > This remove ~1800 lines of code and provides a single place to implement > various nasty little gems of the semantics. Any more comments? Al, what's the best way to make sure this doesn't miss 3.14?