On Sun, 19 Jun 2022 08:05:46 +0200, Christoph Hellwig wrote: > this series simplifies teardown for most block drivers. Right now they > also have to call blk_cleanup_queue after calling del_gendisk, making > the teardown process rather confusing. > > Instead this series records if the request_queue is owned by the gendisk, > which is always the case except for scsi and dasd or queues without a > gendisk at all, and then does the entire teardown in del_gendisk. > > [...] Applied, thanks! [1/6] mtip32xx: remove the device_status debugfs file commit: ec5263f422a3364442e0db2d9c2866d9154cbcc4 [2/6] mtip32xx: fix device removal commit: e8b58ef09e84c15cf782b01cfc73cc5b1180d519 [3/6] block: remove QUEUE_FLAG_DEAD commit: 1f90307e5f0d7bc9a336ead528f616a5df8e5944 [4/6] block: stop setting the nomerges flags in blk_cleanup_queue commit: 0e3534022f26ae51f7cf28347a253230604b6f4e [5/6] block: simplify disk shutdown commit: 6f8191fdf41d3a53cc1d63fe2234e812c55a0092 [6/6] block: remove blk_cleanup_disk commit: 8b9ab62662048a3274361c7e5f64037c2c133e2c Best regards, -- Jens Axboe