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 95379CDB47E for ; Thu, 12 Oct 2023 06:34:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347073AbjJLGea (ORCPT ); Thu, 12 Oct 2023 02:34:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347069AbjJLGea (ORCPT ); Thu, 12 Oct 2023 02:34:30 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 887E6A9 for ; Wed, 11 Oct 2023 23:34:28 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 0A9986732D; Thu, 12 Oct 2023 08:34:26 +0200 (CEST) Date: Thu, 12 Oct 2023 08:34:25 +0200 From: Christoph Hellwig To: "Darrick J. Wong" Cc: linux-xfs@vger.kernel.org, osandov@osandov.com, hch@lst.de Subject: Re: [PATCH 1/8] xfs: convert the rtbitmap block and bit macros to static inline functions Message-ID: <20231012063425.GC5326@lst.de> References: <169704721623.1773834.8031427054893583456.stgit@frogsfrogsfrogs> <169704721648.1773834.18253256381026447297.stgit@frogsfrogsfrogs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <169704721648.1773834.18253256381026447297.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