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 D316FCDB482 for ; Thu, 12 Oct 2023 06:34:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377241AbjJLGdw (ORCPT ); Thu, 12 Oct 2023 02:33:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33184 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347069AbjJLGdv (ORCPT ); Thu, 12 Oct 2023 02:33:51 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1574BE for ; Wed, 11 Oct 2023 23:33:50 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 85F3E6732D; Thu, 12 Oct 2023 08:33:47 +0200 (CEST) Date: Thu, 12 Oct 2023 08:33:47 +0200 From: Christoph Hellwig To: "Darrick J. Wong" Cc: linux-xfs@vger.kernel.org, osandov@osandov.com, hch@lst.de Subject: Re: [PATCH 2/7] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h Message-ID: <20231012063347.GA5326@lst.de> References: <169704720721.1773388.10798471315209727198.stgit@frogsfrogsfrogs> <169704720759.1773388.13433988158957097270.stgit@frogsfrogsfrogs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <169704720759.1773388.13433988158957097270.stgit@frogsfrogsfrogs> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig