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 BE1B6C67871 for ; Mon, 16 Jan 2023 07:05:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231796AbjAPHFT (ORCPT ); Mon, 16 Jan 2023 02:05:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231617AbjAPHFS (ORCPT ); Mon, 16 Jan 2023 02:05:18 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 770367EEB for ; Sun, 15 Jan 2023 23:05:17 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 61BC168AFE; Mon, 16 Jan 2023 08:05:14 +0100 (CET) Date: Mon, 16 Jan 2023 08:05:14 +0100 From: Christoph Hellwig To: Christian Brauner Cc: linux-fsdevel@vger.kernel.org, "Seth Forshee (Digital Ocean)" , Christoph Hellwig , Al Viro Subject: Re: [PATCH 03/25] fs: port ->setattr() to pass mnt_idmap Message-ID: <20230116070514.GB15498@lst.de> References: <20230113-fs-idmapped-mnt_idmap-conversion-v1-0-fc84fa7eba67@kernel.org> <20230113-fs-idmapped-mnt_idmap-conversion-v1-3-fc84fa7eba67@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230113-fs-idmapped-mnt_idmap-conversion-v1-3-fc84fa7eba67@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, Jan 13, 2023 at 12:49:11PM +0100, Christian Brauner wrote: > +extern int affs_notify_change(struct mnt_idmap *idmap, > struct dentry *dentry, struct iattr *attr); Please drop the pointless externs for anything you touch in the series. > +extern int ext2_setattr (struct mnt_idmap *, struct dentry *, struct iattr *); I'd also fix up the very odd opening brace formatting in ext2 while you're at it, which is only used inconsistently anyway.