From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0DC136CDBD; Wed, 3 Apr 2024 08:59:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712134766; cv=none; b=V5eFHRFbbVzFKz0znA4W6E5ruWLwkNr75DUxf6/vOGaKCkDFxXNwojdaQsSIptfbCVhh8gU2ukpnyN+ZIBht+thcb03By82z3awF4L61ATQhnvn8GRUPemU8t6t4dfqE1KNmV2evD3tLDAZ1JC0+j7ZozV+BMPgnJC8kcwkws6U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712134766; c=relaxed/simple; bh=Y8rTUim6wOz7dPyp+qzNx4sbsi7VJTk/kH/pv5IxOOY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=d4PnKbdodhuN049J6SmRsAhIWj0XaaqaPs7Q/Ks1fZ25UN00AaAYdTsZURrlefNLTqvdQbt5cckoVRmqjXjDdDk7qRHXYtXBkFO7bIVH80WXhWZaMpOkJ2JvWhifqVx7AMtIUweIMgY2jKsItwpgThx8HIA1pJzwZ5702eqXA2A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 5FBB968BFE; Wed, 3 Apr 2024 10:59:18 +0200 (CEST) Date: Wed, 3 Apr 2024 10:59:18 +0200 From: Christoph Hellwig To: David Howells Cc: Christian Brauner , Jeff Layton , Gao Xiang , Dominique Martinet , Matthew Wilcox , Steve French , Marc Dionne , Paulo Alcantara , Shyam Prasad N , Tom Talpey , Eric Van Hensbergen , Ilya Dryomov , netfs@lists.linux.dev, linux-cachefs@redhat.com, linux-afs@lists.infradead.org, linux-cifs@vger.kernel.org, linux-nfs@vger.kernel.org, ceph-devel@vger.kernel.org, v9fs@lists.linux.dev, linux-erofs@lists.ozlabs.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Christoph Hellwig Subject: Re: [PATCH 15/26] mm: Export writeback_iter() Message-ID: <20240403085918.GA1178@lst.de> References: <20240328163424.2781320-1-dhowells@redhat.com> <20240328163424.2781320-16-dhowells@redhat.com> Precedence: bulk X-Mailing-List: ceph-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240328163424.2781320-16-dhowells@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, Mar 28, 2024 at 04:34:07PM +0000, David Howells wrote: > Export writeback_iter() so that it can be used by netfslib as a module. EXPORT_SYMBOL_GPL, please. 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C6781CD1288 for ; Wed, 3 Apr 2024 09:04:58 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4V8f2x3W9cz3dVZ for ; Wed, 3 Apr 2024 20:04:57 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lst.de (client-ip=213.95.11.211; helo=verein.lst.de; envelope-from=hch@lst.de; receiver=lists.ozlabs.org) X-Greylist: delayed 323 seconds by postgrey-1.37 at boromir; Wed, 03 Apr 2024 20:04:49 AEDT Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4V8f2n1lmVz30NP for ; Wed, 3 Apr 2024 20:04:49 +1100 (AEDT) Received: by verein.lst.de (Postfix, from userid 2407) id 5FBB968BFE; Wed, 3 Apr 2024 10:59:18 +0200 (CEST) Date: Wed, 3 Apr 2024 10:59:18 +0200 From: Christoph Hellwig To: David Howells Subject: Re: [PATCH 15/26] mm: Export writeback_iter() Message-ID: <20240403085918.GA1178@lst.de> References: <20240328163424.2781320-1-dhowells@redhat.com> <20240328163424.2781320-16-dhowells@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240328163424.2781320-16-dhowells@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-BeenThere: linux-erofs@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Linux EROFS file system List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Dominique Martinet , linux-mm@kvack.org, Marc Dionne , linux-afs@lists.infradead.org, Paulo Alcantara , linux-cifs@vger.kernel.org, Matthew Wilcox , Christoph Hellwig , Steve French , linux-cachefs@redhat.com, Gao Xiang , Ilya Dryomov , Shyam Prasad N , Tom Talpey , ceph-devel@vger.kernel.org, Eric Van Hensbergen , Christian Brauner , linux-nfs@vger.kernel.org, netdev@vger.kernel.org, v9fs@lists.linux.dev, Jeff Layton , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, netfs@lists.linux.dev, linux-erofs@lists.ozlabs.org Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" On Thu, Mar 28, 2024 at 04:34:07PM +0000, David Howells wrote: > Export writeback_iter() so that it can be used by netfslib as a module. EXPORT_SYMBOL_GPL, please.