From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9E99EC433F5 for ; Thu, 29 Sep 2022 13:10:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234946AbiI2NKU (ORCPT ); Thu, 29 Sep 2022 09:10:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235374AbiI2NKS (ORCPT ); Thu, 29 Sep 2022 09:10:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54E6D1F2C3; Thu, 29 Sep 2022 06:10:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A44F96121E; Thu, 29 Sep 2022 13:10:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA593C433D6; Thu, 29 Sep 2022 13:10:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664457013; bh=rNwEOxiImgPZMG+zmokZJPk1Hmit7NX2H+didLYQ+PU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ot2oepJ96Lpup0GtsSPhIXjoq65Y3Ok2flgWRm3hU3vJWuJIClQELcVi1zcBRlueM 0ZoGr1murzoHxCsr0SJu9HvWeYLBv1ZDjWLm/xROUPbPuh6BSWWs+rHmeRbNyldcNc XJtQu6LMkq05stbTwcb5wKpaB5bgpPfnAbpQNAfGsLHUq7Nw6OwlPwv+2l3axr/q7U NxXTm6CHqxo7KpQEge1bWZGq3uZftxaOwe8pVRjdDzh5WUmIzWpZU2Wh7KIeKHsbUc k6kKT+NJVphvSSFVFiCisIacREqS2N0H1Lgs/M2M/WW8keFcYkbXW28UsYMrblxDP1 Tyeh1Y0JdPnow== Date: Thu, 29 Sep 2022 15:10:08 +0200 From: Christian Brauner To: Christoph Hellwig Cc: linux-fsdevel@vger.kernel.org, Seth Forshee , Al Viro , linux-security-module@vger.kernel.org Subject: Re: [PATCH v3 29/29] acl: remove a slew of now unused helpers Message-ID: <20220929131008.r7sbltbtbrgrr5ux@wittgenstein> References: <20220928160843.382601-1-brauner@kernel.org> <20220928160843.382601-30-brauner@kernel.org> <20220929082555.GD3699@lst.de> <20220929082822.yhy7szlt3gpbqh34@wittgenstein> <20220929114044.GA19911@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220929114044.GA19911@lst.de> Precedence: bulk List-ID: On Thu, Sep 29, 2022 at 01:40:44PM +0200, Christoph Hellwig wrote: > On Thu, Sep 29, 2022 at 10:28:22AM +0200, Christian Brauner wrote: > > I would like to do this in a follow-up series because afaict we need to > > massage how the ->list() handler is currently used to infer xattrs > > support. I think adressing this in a follow-up series would be better. > > There'll be more cleanups possibly anyway, I think. > > True, the weird list handling complicates things a bit. But it is a lot > of dead wood now and we should clean it up rather sooner than later. My plan was to have the basic series in a shape were we can stuff it in a tree and then send a follow-up series basically almost immediately. And everything would be merged together of course.