Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp234534pxu; Fri, 4 Dec 2020 01:49:35 -0800 (PST) X-Google-Smtp-Source: ABdhPJw5ht5VETslmhqOROEmIEeOZHqtpQSGzRNYGk7ObU/s+pdg5fHup4zQMurtQcp6cjCYxJS8 X-Received: by 2002:a17:906:a51:: with SMTP id x17mr6373485ejf.97.1607075374870; Fri, 04 Dec 2020 01:49:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607075374; cv=none; d=google.com; s=arc-20160816; b=DTW16sMV4QOLdX7i+bMkqeksDzPOmyAXesj2IVrnXrHxYJQnV594ageXzDOsBFonBM 6jR6KAojS9IK4P/E5ULOMVKzJHkexvl3juTZjeFRGOnxi4eXTz671G/cgDO6qXTFYjtv RoTqKcecZF2NhIkC7ONDTRAQUeduJJ/3h4ltHgQZEjJs+qIq8ytupxyr2OIKGVhBlHmm BhcgehhdkgB+qImXuB33QRawbhg4L3hA0Jyvu/bDRO7QFxLwwhJxNbK5RndMRbG+mD3k cG8Oq5OtJA/XJE27W2WgKwWtN7ge2qQjgP7uFwNvTL6lF2ck9zCq43pWPt5xiz7aZq8q jdXQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=l2WBiCb5duYJRA9nKpihqrJOH1Qjg6utSrFiu8qAdtc=; b=v0kqt97dn7G1Vusj40jyqorRfVX08WhiXw8hus80J51RgHDRv7BHmlUpTv6feUX7F8 kDYohXfhai68JNiLtbzoshfcsMpUCjjb6qsLAjJ7ftwvdr1LWZlTWNfWrkVVsCdT8Hy3 B/odORDN5jofq3efT8kKV1LQrAP9969HNuk1X/6HhSaVjveeKGjTpEt8bjoJ/rir4suX SiKhDLQCRoE4sTeY+kVLraF+iRPwku/o+K9uba/vIueVg78MlGFP3advGBqA/IYtaP3S 2M+B0UJ7Tjyj4yo32c9tDLcXBxyjo28jhJbRxRuDkdoxTVt9triNkRGbxZyTWj0XusBy 20vg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dt4si1041756ejc.439.2020.12.04.01.49.02; Fri, 04 Dec 2020 01:49:34 -0800 (PST) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387690AbgLDJsh (ORCPT + 99 others); Fri, 4 Dec 2020 04:48:37 -0500 Received: from verein.lst.de ([213.95.11.211]:33954 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387601AbgLDJsg (ORCPT ); Fri, 4 Dec 2020 04:48:36 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id E834E6736F; Fri, 4 Dec 2020 10:47:52 +0100 (CET) Date: Fri, 4 Dec 2020 10:47:52 +0100 From: Christoph Hellwig To: ira.weiny@intel.com Cc: fstests@vger.kernel.org, Christoph Hellwig , Eric Sandeen , linux-kernel@vger.kernel.org, "Darrick J. Wong" , Dan Williams , Dave Chinner , "Theodore Y. Ts'o" , Jan Kara , Jeff Moyer , linux-ext4@vger.kernel.org, linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, David Howells Subject: Re: [PATCH V3] common/rc: Fix _check_s_dax() Message-ID: <20201204094752.GA10630@lst.de> References: <20201202214629.1563760-1-ira.weiny@intel.com> <20201204014550.1736306-1-ira.weiny@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201204014550.1736306-1-ira.weiny@intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig