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 372F4C636D4 for ; Fri, 17 Feb 2023 07:29:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229749AbjBQH31 (ORCPT ); Fri, 17 Feb 2023 02:29:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47428 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229710AbjBQH3W (ORCPT ); Fri, 17 Feb 2023 02:29:22 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B33365DE1F; Thu, 16 Feb 2023 23:29:15 -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=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=jPCL0xvF5/xruXCRkp8+6rnew3 4lTg4WMfAXMlDugq0h18nHlfhAedjabsLGu+FnUccy6s9yTkr7Hm50vd0gVSonVReIgotrXwiNmcE dNET5voXPf8gItJQZbuEUIFR22Vcw/itRQeR8fDNgXXAfHDo8E/uGDfeSTnLBFuLgyE+dDLqV/SMf z09e4V53LUOgL4mmdD++fXUTFRRNDju7R40rlC5vjGEl9olGHltmmwonhBp4K+I/OuIRsp4tDDdMX NAF7m5PD5pmRw/2JcP18QRBzCrUuzv+d+FXewt9cVvt4Crge5M33kmlEWeNh4lkkNhNtgQE7oNNyv YUy2XbBA==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pSvB4-00D5tD-AL; Fri, 17 Feb 2023 07:29:06 +0000 Date: Thu, 16 Feb 2023 23:29:06 -0800 From: Christoph Hellwig To: Yu Kuai Cc: jack@suse.cz, hare@suse.de, hch@infradead.org, axboe@kernel.dk, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, yukuai3@huawei.com, yi.zhang@huawei.com, yangerkun@huawei.com Subject: Re: [PATCH -next 2/2] block: fix scan partition for exclusively open device again Message-ID: References: <20230217022200.3092987-1-yukuai1@huaweicloud.com> <20230217022200.3092987-3-yukuai1@huaweicloud.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230217022200.3092987-3-yukuai1@huaweicloud.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