Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp690929pxu; Thu, 3 Dec 2020 10:10:35 -0800 (PST) X-Google-Smtp-Source: ABdhPJyo/BgxTVEEW9zmgit5KuRKlkptCmIAqhbnEyjXN28ulbbLQEXbcUtXgG/VNqxEbypRtAoW X-Received: by 2002:a17:906:3899:: with SMTP id q25mr3602730ejd.173.1607019034864; Thu, 03 Dec 2020 10:10:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607019034; cv=none; d=google.com; s=arc-20160816; b=nbnQlNAuhPc7BFySxuvRG8D2uTh8aPvWggTTRNpMXAV1icxHjyFS66m4Bt0Yu33UHY DsVqC957oQcPs3MQOFEhcYJfH+gUjRAlkokyUdTjtDD4gT6+17zy1yqdqsLr3bDG4N9u qd7FmEkZycqEEvVPY1/invW+tNhNFHZC1ITNVzqZCYh3H5YVQzsCXpy0c3OKwcg4hfEa RniDUOVwYh0+OsxcgW96UsCCj56ZOgRCjzV/iJJ+7N2pvFtSZ9l4JhWy0uVMALos4avH XBodiAu7XNh43z68Z0RSNMfP8bbSBu57y9Ymh5j5ZDzZe4hnSf3Cc6zDlu8BAiRn3Qtl 6R2A== 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=RKdfxkZd3v5NZUhqcWYgZfWUbSmN2C57mwDanOd24Q4=; b=sHTp6p6E4w/S60QRioPAy9geOpSY+1QoupiCQuRsIhlFzLZvjQeI4IT5dTrc5Wa3Un 0swIoDInu+W71mUlXIAk/gCnxdAfoh5XUCUI+tgM2SAnkItInckP9W44ii5OCsY8y3Ch jCgoWnR9aXF3ZS4If5R6Ifmcp3kMVDlaKSN5SN7yyWpRrYPPVr03N55gENmvk2jnFR4C Qe9EY981O1/bDknFgj1GRPxhWCf8FkNyEq8pRavwGsVYkO5w0fs4vFlxOyXMMVbM71HY QYRpTodUwpofSChQj/3gM+4Of0dbNfMWEPi2Uoo+HJoc/rAVADh1Ec0mENS1yDZ+WPf2 PDOA== 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 a1si1577603ejs.714.2020.12.03.10.10.08; Thu, 03 Dec 2020 10:10: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 S1725987AbgLCSJY (ORCPT + 99 others); Thu, 3 Dec 2020 13:09:24 -0500 Received: from verein.lst.de ([213.95.11.211]:59661 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730964AbgLCSJY (ORCPT ); Thu, 3 Dec 2020 13:09:24 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 302CF67357; Thu, 3 Dec 2020 19:08:39 +0100 (CET) Date: Thu, 3 Dec 2020 19:08:39 +0100 From: Christoph Hellwig To: Eric Sandeen Cc: Christoph Hellwig , ira.weiny@intel.com, fstests@vger.kernel.org, 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] common/rc: Fix _check_s_dax() Message-ID: <20201203180838.GA25196@lst.de> References: <20201202214145.1563433-1-ira.weiny@intel.com> <20201203081556.GA15306@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Thu, Dec 03, 2020 at 11:55:50AM -0600, Eric Sandeen wrote: > *nod* and my suggestion was to explicitly test for the old/wrong value and > offer the test-runner a hint about why it may have been set (missing the > fix commit), but we should still ultimately fail the test when it is seen. Yes, that's what I'd prefer.