On Tue, Aug 23, 2022 at 06:38:19PM +0800, Ming Lei wrote: > Commit b9684a71fca7 ("block, loop: support partitions without scanning") > adds GD_SUPPRESS_PART_SCAN for replacing part function of > GENHD_FL_NO_PART. But looks blk_add_partitions() is missed, since > loop doesn't want to add partitions if GENHD_FL_NO_PART was set. > And it causes regression on libblockdev (as called from udisks) which > operates with the LO_FLAGS_PARTSCAN. > > Fixes the issue by not adding partitions if GD_SUPPRESS_PART_SCAN is > set. > > Fixes: b9684a71fca7 ("block, loop: support partitions without scanning") > Signed-off-by: Ming Lei <ming.lei@xxxxxxxxxx> Hello Jens, Any chance to merge this patch to v6.0? Thanks, Ming