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 E9BC4CDB47E for ; Wed, 18 Oct 2023 04:54:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229564AbjJREyr (ORCPT ); Wed, 18 Oct 2023 00:54:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229530AbjJREyp (ORCPT ); Wed, 18 Oct 2023 00:54:45 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A4AC2A2 for ; Tue, 17 Oct 2023 21:54:44 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 0B9A167373; Wed, 18 Oct 2023 06:54:42 +0200 (CEST) Date: Wed, 18 Oct 2023 06:54:41 +0200 From: Christoph Hellwig To: "Darrick J. Wong" Cc: osandov@fb.com, hch@lst.de, linux-xfs@vger.kernel.org Subject: Re: [PATCH 2/4] xfs: use accessor functions for bitmap words Message-ID: <20231018045441.GE15759@lst.de> References: <169759501951.3396240.14113780813650896727.stgit@frogsfrogsfrogs> <169759503104.3396240.5905890094753315092.stgit@frogsfrogsfrogs> <20231018045425.GD15759@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231018045425.GD15759@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Wed, Oct 18, 2023 at 06:54:25AM +0200, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig Err: Reviewed-by: Christoph Hellwig