Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp79393pxf; Wed, 10 Mar 2021 00:32:20 -0800 (PST) X-Google-Smtp-Source: ABdhPJy6OZTaaP7QFTpcwDMi6QzbmAxMpZYwH9WHL/hnYrymtRu1dLu8lQmNb6vPTVVeiEcpBS8K X-Received: by 2002:aa7:c6da:: with SMTP id b26mr2025565eds.254.1615365140277; Wed, 10 Mar 2021 00:32:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615365140; cv=none; d=google.com; s=arc-20160816; b=KIvqfTyo3S7vx3POqv1h/2UCvWiAB+yCkdt/EqqNTj6VhiJO2YL+ZPyAF0oetqOEeX F6I4yt9JpEMTsvoAjJxKjW23g0Ct1c3yo7Se/tzE2CSbxqcJLFZfT1h6OvjMBIjvPoNQ P0T+gYiVZ/8dFs+3zLkGfCeWsL9eh0ga4Vcd7MBjieeADi3rabDhW5TulYQy6fohb6u3 gxixiE2RcUVL00QowJrTboQ3tSPg1XhCy2TV1SSuxeikxoPlbuAcZmgEevtLCO6rhrke sYT/QEWL1w8n4Fyj79yvuCj4gOeoVt9yKjTFThjOvW3pbxA4HTBY7nwVOpa97V7bBZAL b3eg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=0BozoVeeQ7dDDshGkVpyKCM0RyBH/I5GlE4fQI88C1c=; b=oy7YaWkUHrh0gpHrtnSgmdjeGGwPWKLUClzXqElAeTk3CqUCim5/8e3PFag3Mp5SNy gYm5kNjm87bpdLiHUUGq/mhfL0MNyePQafIHPd/G43z++8G080rPTivwfQF2fjsoon/j 5Y/qYs0P1oavgIv0u6qVZrWQEqFAURVdTBxfNJXU1ngAxpVtxOzndFG3OY0Z7rlhruME TyqtfSLNMF59w4a8zUguD14eDmJu1yCbOxKF33uLafeNc2EtG7lENOr/wjWGcrpcSD2t l10YSxE9SyNPq45tKLuhTNsKYJXKOLO3U6kdmj19K8ODFQB0cYRE6YAJg7wPM33nBxo9 UjfA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z2si717406edb.287.2021.03.10.00.31.57; Wed, 10 Mar 2021 00:32:20 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230489AbhCJIau (ORCPT + 99 others); Wed, 10 Mar 2021 03:30:50 -0500 Received: from verein.lst.de ([213.95.11.211]:35099 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229643AbhCJIap (ORCPT ); Wed, 10 Mar 2021 03:30:45 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 6CA5168B05; Wed, 10 Mar 2021 09:30:41 +0100 (CET) Date: Wed, 10 Mar 2021 09:30:40 +0100 From: Christoph Hellwig To: Minchan Kim Cc: Christoph Hellwig , Al Viro , Andrew Morton , Daniel Vetter , Nadav Amit , "VMware, Inc." , "Michael S. Tsirkin" , David Hildenbrand , Nitin Gupta , Jason Gunthorpe , Alex Williamson , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, virtualization@lists.linux-foundation.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 1/9] fs: rename alloc_anon_inode to alloc_anon_inode_sb Message-ID: <20210310083040.GA5217@lst.de> References: <20210309155348.974875-1-hch@lst.de> <20210309155348.974875-2-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 09, 2021 at 10:39:05PM -0800, Minchan Kim wrote: > > -struct inode *alloc_anon_inode(struct super_block *s) > > +struct inode *alloc_anon_inode_sb(struct super_block *s) > > { > > static const struct address_space_operations anon_aops = { > > .set_page_dirty = anon_set_page_dirty, > > EXPORT_SYMBOL(alloc_anon_inode_sb) ? Yes, I actually fixed this up shortly after sending the series.