From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:53584 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935333AbeCHIMC (ORCPT ); Thu, 8 Mar 2018 03:12:02 -0500 Date: Thu, 8 Mar 2018 00:12:00 -0800 From: Christoph Hellwig Subject: Re: [PATCH 3/5] libxfs: move xfs_inode_zone to rdwr.c Message-ID: <20180308081200.GE15163@infradead.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Eric Sandeen Cc: Eric Sandeen , linux-xfs > @@ -379,6 +377,7 @@ manage_zones(int release) > { > extern kmem_zone_t *xfs_buf_zone; > extern kmem_zone_t *xfs_ili_zone; > + extern kmem_zone_t *xfs_inode_zone; We should really aim to have externs in headers, no in .c files. But I guess this fits the existing style and should be fixed separately, so: Reviewed-by: Christoph Hellwig