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 EB114CDB483 for ; Wed, 18 Oct 2023 16:29:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229794AbjJRQ3F (ORCPT ); Wed, 18 Oct 2023 12:29:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229462AbjJRQ3E (ORCPT ); Wed, 18 Oct 2023 12:29:04 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 25E5698 for ; Wed, 18 Oct 2023 09:29:03 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 4E4B668AFE; Wed, 18 Oct 2023 18:28:57 +0200 (CEST) Date: Wed, 18 Oct 2023 18:28:56 +0200 From: Christoph Hellwig To: "Darrick J. Wong" Cc: Christoph Hellwig , osandov@fb.com, linux-xfs@vger.kernel.org Subject: Re: [PATCH 2/4] xfs: use accessor functions for bitmap words Message-ID: <20231018162856.GA30150@lst.de> References: <169759501951.3396240.14113780813650896727.stgit@frogsfrogsfrogs> <169759503104.3396240.5905890094753315092.stgit@frogsfrogsfrogs> <20231018045425.GD15759@lst.de> <20231018162749.GG3195650@frogsfrogsfrogs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231018162749.GG3195650@frogsfrogsfrogs> 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 09:27:49AM -0700, Darrick J. Wong wrote: > So I hope you don't mind if I leave it the way it is now. :) Fine with me, just wanted to throw my two cents in.