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=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 962D0C64E8A for ; Tue, 1 Dec 2020 10:07:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3B2E6207FF for ; Tue, 1 Dec 2020 10:07:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="oYTJcbmP" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729677AbgLAKG5 (ORCPT ); Tue, 1 Dec 2020 05:06:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60992 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728987AbgLAKG5 (ORCPT ); Tue, 1 Dec 2020 05:06:57 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33150C0613D6 for ; Tue, 1 Dec 2020 02:06:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.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; bh=XCmCUzZdIPLbabAM8g7/FYCmen0JwvKS3DRhgbjEGqQ=; b=oYTJcbmP+piwfOQv1dMwy+5TH/ /OOGVwa4S/AKYmMSSXAx4Q03PykoKsU2Fo28BP3G6yLHboiuCh9v1hfO6R2MRuo9iq/VJ6q2+Gp/g De7y1xvHxu1o1tOc7ooty9R8n4KNBCPIzPTrVrlNUGTGm0/bn6SMRKXz0hKZY/DTehoPNxNVMrink PTaX+DamLmxAszPeWIEYOUrmNyjWPhI417FUMrMtc5PPwwu0yuwaijteciq9ogozM6STrSR5+RSxU yjSAWiUhxFSZzEPxpYAWcMTntU1h57EYJmImkDT2p6E/cpvcrirOXP1Eb32Q03bnoBtCTFLDYJ7iV c2PyHJEA==; Received: from hch by casper.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kk2Y3-0003BZ-Tk; Tue, 01 Dec 2020 10:06:15 +0000 Date: Tue, 1 Dec 2020 10:06:15 +0000 From: Christoph Hellwig To: "Darrick J. Wong" Cc: linux-xfs@vger.kernel.org Subject: Re: [PATCH 06/10] xfs: improve the code that checks recovered refcount intent items Message-ID: <20201201100615.GG10262@infradead.org> References: <160679385987.447963.9630288535682256882.stgit@magnolia> <160679389653.447963.16793899927769871684.stgit@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <160679389653.447963.16793899927769871684.stgit@magnolia> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org Looks good (minus the same nitpick as for the other one): Reviewed-by: Christoph Hellwig