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 X-Spam-Level: X-Spam-Status: No, score=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 94206C5DF61 for ; Thu, 7 Nov 2019 08:42:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5E1BC21D7F for ; Thu, 7 Nov 2019 08:42:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="tBl+9Rhx" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387541AbfKGImG (ORCPT ); Thu, 7 Nov 2019 03:42:06 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:33406 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387441AbfKGImG (ORCPT ); Thu, 7 Nov 2019 03:42:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=F0DqqDeRNQKi5/dpAxu8YGKKNqsX2sMzNFshqCkTzP0=; b=tBl+9Rhx+Itow7wKMWIggjpQ/ 7HguhfuBfCCja+79PJd1kmoDVQGQzQVlInlAwRL8YsmRMSISKvA6SOiPkK6EOZU+W+Eo2eO+gZVr3 bgEZAFsDq6BYEa5/9JMRuxEa9TkyHUlFHDkTzJaCLy3Yh59uQksNt/Jb7L+mTYF9IZ0d0UWCVYtM1 LuV15mpsoieKrLF/0qCS5WWSBF6a+tB54TLhVqpfVhe7aBOiPwCJpl5owCA0lkeDGeDZ8Lv6QSkdz V5Q+6+mNeIN2Z6H/NAvp24Swa4GvcTOrt51CpRKlLYECh51tquHfynYBasRL3voBJEGDJXn1Nl2Fi mYu3vWkLw==; Received: from hch by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1iSdMk-00079K-1D; Thu, 07 Nov 2019 08:42:06 +0000 Date: Thu, 7 Nov 2019 00:42:05 -0800 From: Christoph Hellwig To: "Darrick J. Wong" Cc: linux-xfs@vger.kernel.org Subject: Re: [PATCH 5/6] xfs: "optimize" buffer item log segment bitmap setting Message-ID: <20191107084205.GE6729@infradead.org> References: <157309573874.46520.18107298984141751739.stgit@magnolia> <157309577521.46520.17834347718436642749.stgit@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <157309577521.46520.17834347718436642749.stgit@magnolia> User-Agent: Mutt/1.12.1 (2019-06-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Wed, Nov 06, 2019 at 07:02:55PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong > > Optimize the setting of full words of bits in xfs_buf_item_log_segment. > The optimization is purely within the bug triage process. No functional > changes. Looks good, Reviewed-by: Christoph Hellwig