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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52B77C83F01 for ; Thu, 31 Aug 2023 12:43:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243484AbjHaMnD (ORCPT ); Thu, 31 Aug 2023 08:43:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54638 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239553AbjHaMnB (ORCPT ); Thu, 31 Aug 2023 08:43:01 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0FE9E49 for ; Thu, 31 Aug 2023 05:42:53 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 39B6E68D0A; Thu, 31 Aug 2023 14:42:49 +0200 (CEST) Date: Thu, 31 Aug 2023 14:42:48 +0200 From: Christoph Hellwig To: Li Lingfeng Cc: linux-block@vger.kernel.org, hch@lst.de, axboe@kernel.dk, tj@kernel.org, yukuai1@huaweicloud.com, houtao1@huawei.com, yi.zhang@huawei.com, yangerkun@huawei.com Subject: Re: [PATCH] block: don't add or resize partition on the disk with GENHD_FL_NO_PART Message-ID: <20230831124248.GA11508@lst.de> References: <20230831075900.1725842-1-lilingfeng@huaweicloud.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230831075900.1725842-1-lilingfeng@huaweicloud.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig