Searched hist:"9 c2b9dbafc067e173db30c4fd0636392d27944e8" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/s390/block/ |
H A D | dasd_genhd.c | diff 9c2b9dbafc067e173db30c4fd0636392d27944e8 Mon Aug 16 15:19:06 CEST 2021 Christoph Hellwig <hch@lst.de> block: remove alloc_disk and alloc_disk_node
Most drivers should use and have been converted to use blk_alloc_disk and blk_mq_alloc_disk. Only the scsi ULPs and dasd still allocate a disk separately from the request_queue, so don't bother with convenience macros for something that should not see significant new users and remove these wrappers.
Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20210816131910.615153-6-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/linux/drivers/scsi/ |
H A D | sr.c | diff 9c2b9dbafc067e173db30c4fd0636392d27944e8 Mon Aug 16 15:19:06 CEST 2021 Christoph Hellwig <hch@lst.de> block: remove alloc_disk and alloc_disk_node
Most drivers should use and have been converted to use blk_alloc_disk and blk_mq_alloc_disk. Only the scsi ULPs and dasd still allocate a disk separately from the request_queue, so don't bother with convenience macros for something that should not see significant new users and remove these wrappers.
Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20210816131910.615153-6-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | sd.c | diff 9c2b9dbafc067e173db30c4fd0636392d27944e8 Mon Aug 16 15:19:06 CEST 2021 Christoph Hellwig <hch@lst.de> block: remove alloc_disk and alloc_disk_node
Most drivers should use and have been converted to use blk_alloc_disk and blk_mq_alloc_disk. Only the scsi ULPs and dasd still allocate a disk separately from the request_queue, so don't bother with convenience macros for something that should not see significant new users and remove these wrappers.
Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20210816131910.615153-6-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
|