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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 E5F1BC4338F for ; Wed, 25 Aug 2021 07:25:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CAC7E6127B for ; Wed, 25 Aug 2021 07:25:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239290AbhHYH02 (ORCPT ); Wed, 25 Aug 2021 03:26:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238654AbhHYHZk (ORCPT ); Wed, 25 Aug 2021 03:25:40 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D7897C0613C1 for ; Wed, 25 Aug 2021 00:24:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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=kXhulwCsHpOwdnbocHy5ZJeMGvemrXslAdvnV0AL1CE=; b=f4Jr6paYDUsArFWQQeaso3Ly2j LKkz88V7T/pCM2TPUFD3hHHQSro50JZG4JWT90ArEdwC3WBQMNfurEvWZtbaqUGa4TZgWViIelpsc Tt0/qc3P1xWUfuEFNgmdoj/39nGvok9uUtlSpGz0/CHIe9SAh4qvCph8HJa3rQ2RYIex04n/y1gPj 7jIjP80+6F1ieWLYEs8Bkv+uHWi1Bc86YzCMSZtg3exrgBU9oPsDlc5BvQCcV2Sbty91b9aT5OSFS 8NjVzZuIrAql6ExgG0XRVUDeweLaFj2WXyBCCHMMoqwlgXW2Ap01sB7DOIXbOjk5oZV6WLke7/E7T UmEZWQ0Q==; Received: from hch by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mInFo-00C1Eh-F1; Wed, 25 Aug 2021 07:23:41 +0000 Date: Wed, 25 Aug 2021 08:23:20 +0100 From: Christoph Hellwig To: Daniel Wagner Cc: linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, Hannes Reinecke , Sagi Grimberg Subject: Re: [PATCH v4] nvme-multipath: revalidate paths during rescan Message-ID: References: <20210824145742.94212-1-dwagner@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210824145742.94212-1-dwagner@suse.de> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I've replaced the version in nvme-5.15 with this one. > Signed-off-by: Hannes Reinecke > [dwagner: - introduce NVME_NS_READY flag instead of NVME_NS_INVALIDATE > - use 'revalidate' instead of 'invalidate' which > follows the zoned device code path. > - clear NVME_NS_READY before clearing current_path] > Tested-by: Daniel Wagner > Signed-off-by: Daniel Wagner I've dropped the Tested-by here - the tag is for people not in the signoff chain.