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 8A036C433EF for ; Mon, 14 Feb 2022 14:07:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354939AbiBNOHl (ORCPT ); Mon, 14 Feb 2022 09:07:41 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:46158 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234941AbiBNOHj (ORCPT ); Mon, 14 Feb 2022 09:07:39 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EBBD8A1AE for ; Mon, 14 Feb 2022 06:07:31 -0800 (PST) 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=l2WBiCb5duYJRA9nKpihqrJOH1Qjg6utSrFiu8qAdtc=; b=oAU+VLSaXso0ujzSNwncj9WmEz yecfQzHvYbRWOmTGobVhVFC4e9WWlhA8gu0aNSK+SQshBtdyo4/urVl56PSmxAWJ7J9ZUKL+GttHa SBXQzqqJIZvmMplYqJHDsEDrfF8w7ysekOLgP4Y2phSCM7wiUKIwbJ6PtvQGSP4fbWTGChvLSVAhs m12/LtL2y1+UrqtkCHw8RyCPUAnWPVn1SApA9E41Be2y+jHbBSO1z2UFuCpGP377qprbHuyj0luyf lyl3c+C4vJaa8jNkrW/fyLNx8a6NGKVSUi+6wFv5Q6pQu1woliidn74j3OfUKZhXmQMnzU1Nq0apm yuVUqOjQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nJc0m-00FaTJ-7K; Mon, 14 Feb 2022 14:07:28 +0000 Date: Mon, 14 Feb 2022 06:07:28 -0800 From: Christoph Hellwig To: Tong Zhang Cc: Dan Williams , Vishal Verma , Dave Jiang , nvdimm@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dax: make sure inodes are flushed before destroy cache Message-ID: References: <20220212071111.148575-1-ztong0001@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220212071111.148575-1-ztong0001@gmail.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-kernel@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig