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 1123FC54EE9 for ; Wed, 7 Sep 2022 14:12:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229595AbiIGOM0 (ORCPT ); Wed, 7 Sep 2022 10:12:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38764 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229538AbiIGOMZ (ORCPT ); Wed, 7 Sep 2022 10:12:25 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0A6F642D5 for ; Wed, 7 Sep 2022 07:12:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; 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=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=hKKrnJUbqkPWbLxksC8x4UCntQ ElrZ0/r1+hWQipNEel8sVf3FxgWN3UjBJ9js2vLZG66hT0RzdCF0kGIZYv5Kh/PYV4czy+GwPsNVo Clp6izbkYOk0U5ztiXBY9YSWFb1b9DqQklfC7NgynLlUyKOu5+Gm0iVtCGL7m5sr7qW93uPxJnVh3 RobNo0EpzR3XKqns74QggZWda0X1475wC6mZa/GR5O4n3AyrCSrhx/s66pKhibE1XeJ/tP46i8uTT LPO2dR5OWhbmTbYTxecjptZkBT+Lv8viTjeF6ceOaIpXIrLX/xxpSZpFdDFoXz7nm/3us5mUUHbWe WE0e+EpA==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1oVvmv-006kUj-Kx; Wed, 07 Sep 2022 14:12:21 +0000 Date: Wed, 7 Sep 2022 07:12:21 -0700 From: Christoph Hellwig To: Dave Chinner Cc: linux-xfs@vger.kernel.org Subject: Re: [PATCH 6/9] xfs: collapse xlog_state_set_callback in caller Message-ID: References: <20220809230353.3353059-1-david@fromorbit.com> <20220809230353.3353059-7-david@fromorbit.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220809230353.3353059-7-david@fromorbit.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig