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 A7122C38145 for ; Wed, 7 Sep 2022 13:51:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230080AbiIGNvp (ORCPT ); Wed, 7 Sep 2022 09:51:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35940 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229673AbiIGNvc (ORCPT ); Wed, 7 Sep 2022 09:51:32 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 64C55AB418 for ; Wed, 7 Sep 2022 06:51:18 -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=4IAHWwFa6pwdJivjZDdOEW0uw9vRrLiXURdEuLCyWPU=; b=S8DrTvdHsJCvLOy6/ODmcov5dU Tf6De0rQ2Zi4WhHAuiNALhw1d7bVfrLshi3T5vFdhjppugo5qv92CJ86GEYI68P/kdr8xEXkdtJhX fUhf3mG1BY/kRXAoBv9MPMmoTxZ9eqCxAeWfvKmDNfo9CkiCufri7Y9tgjyAwZJsUdWhu6JCOUZh4 /E/QVPu34ZOHin/B66A/glsNTzOXbiru7vVA19WI0aks4FG5Dz+lhIGvJMDYZuekNpFRCEw2GIMY+ EfAEwicIz3S/WgWT3q47fUIW28PMbSvSIOvPILr1bcbnWzrEbnfj8dsWqcAYPKqCn2W5r4ZUtxLVv A2sTHBdQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1oVvSY-006dRt-6E; Wed, 07 Sep 2022 13:51:18 +0000 Date: Wed, 7 Sep 2022 06:51:18 -0700 From: Christoph Hellwig To: Dave Chinner Cc: linux-xfs@vger.kernel.org Subject: Re: [PATCH 1/9] xfs: move and xfs_trans_committed_bulk Message-ID: References: <20220809230353.3353059-1-david@fromorbit.com> <20220809230353.3353059-2-david@fromorbit.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220809230353.3353059-2-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 As the bot pointed out xlog_cil_ail_insert should to be marked static now. Otherwise looks good: Reviewed-by: Christoph Hellwig