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 C20FBCDB47E for ; Fri, 13 Oct 2023 04:26:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229597AbjJME05 (ORCPT ); Fri, 13 Oct 2023 00:26:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49358 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229437AbjJME04 (ORCPT ); Fri, 13 Oct 2023 00:26:56 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 44013C9 for ; Thu, 12 Oct 2023 21:26:55 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id AB79A67373; Fri, 13 Oct 2023 06:26:52 +0200 (CEST) Date: Fri, 13 Oct 2023 06:26:52 +0200 From: Christoph Hellwig To: "Darrick J. Wong" Cc: Christoph Hellwig , linux-xfs@vger.kernel.org, osandov@osandov.com Subject: Re: [PATCH 5/8] xfs: create helpers for rtbitmap block/wordcount computations Message-ID: <20231013042652.GD5562@lst.de> References: <169704721623.1773834.8031427054893583456.stgit@frogsfrogsfrogs> <169704721706.1773834.7063943000548807823.stgit@frogsfrogsfrogs> <20231012054433.GD2795@lst.de> <20231012215546.GN21298@frogsfrogsfrogs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231012215546.GN21298@frogsfrogsfrogs> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Thu, Oct 12, 2023 at 02:55:46PM -0700, Darrick J. Wong wrote: > The xfsprogs version of this patch uses this helper to decrapify > the incore rtbitmap computation in xfs_repair: Ok, let's keep them as-is.