Re: [PATCH] block: Move checking GENHD_FL_NO_PART to bdev_add_partition()

From: Yu Kuai
Date: Thu Jan 18 2024 - 20:27:49 EST


Hi,

在 2024/01/18 23:20, Jens Axboe 写道:
On 1/18/24 6:04 AM, Li Lingfeng wrote:
From: Li Lingfeng <lilingfeng3@xxxxxxxxxx>

Commit 1a721de8489f ("block: don't add or resize partition on the disk
with GENHD_FL_NO_PART") prevented all operations about partitions on disks
with GENHD_FL_NO_PART in blkpg_do_ioctl() since they are meaningless.
However, it changed error code in some scenarios. So move checking
GENHD_FL_NO_PART to bdev_add_partition() to eliminate impact.

This looks fine, but it's identical to the one sent out by Yu two days
ago. Hmm? Who's the proper author?

Lingfeng is my collegue and I told him that he should send a fix for his
formal patch. Sorry for the confusion :)

Reviewed-by: Yu Kuai <yukuai3@xxxxxxxxxx>


Adding Yu.