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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76BC4C433EF for ; Tue, 7 Sep 2021 08:16:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4C7B060295 for ; Tue, 7 Sep 2021 08:16:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236269AbhIGIRJ (ORCPT ); Tue, 7 Sep 2021 04:17:09 -0400 Received: from mail104.syd.optusnet.com.au ([211.29.132.246]:34770 "EHLO mail104.syd.optusnet.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239550AbhIGIRI (ORCPT ); Tue, 7 Sep 2021 04:17:08 -0400 Received: from dread.disaster.area (pa49-195-182-146.pa.nsw.optusnet.com.au [49.195.182.146]) by mail104.syd.optusnet.com.au (Postfix) with ESMTPS id 0431482A481; Tue, 7 Sep 2021 18:15:57 +1000 (AEST) Received: from dave by dread.disaster.area with local (Exim 4.92.3) (envelope-from ) id 1mNWGq-009el6-K2; Tue, 07 Sep 2021 18:15:56 +1000 Date: Tue, 7 Sep 2021 18:15:56 +1000 From: Dave Chinner To: Shin'ichiro Kawasaki Cc: fstests@vger.kernel.org, Naohiro Aota , Johannes Thumshirn , Damien Le Moal Subject: Re: [PATCH] common/rc: Check SCRATCH_DEV in _require_dm_target() Message-ID: <20210907081556.GE1756565@dread.disaster.area> References: <20210907074116.1799114-1-shinichiro.kawasaki@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210907074116.1799114-1-shinichiro.kawasaki@wdc.com> X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.3 cv=F8MpiZpN c=1 sm=1 tr=0 a=QpfB3wCSrn/dqEBSktpwZQ==:117 a=QpfB3wCSrn/dqEBSktpwZQ==:17 a=kj9zAlcOel0A:10 a=7QKq2e-ADPsA:10 a=7-415B0cAAAA:8 a=KIVT2qolcBYwMWTbsvQA:9 a=CjuIK1q_8ugA:10 a=n3xvM8a_0i4A:10 a=biEYGPWJfzWAr4FL6Ov7:22 Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org On Tue, Sep 07, 2021 at 04:41:16PM +0900, Shin'ichiro Kawasaki wrote: > When SCRATCH_DEV is not set and the test case does not call > _require_scratch*() before _require_dm_target(), _require_block_device() That is the bug that needs fixing. Cheers, Dave. -- Dave Chinner david@fromorbit.com