pktcdvd: set queue limits at disk allocation time
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Feb 2024 07:36:47 +0000 (08:36 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 22 Feb 2024 17:08:20 +0000 (10:08 -0700)
commit4068550870360410261638479ffaf8364c366dd8
treef107926fb5626ec58feb62b4f077177829f90afe
parent6f420d6a2dd8d4a795eab2839b0e08663269f9f8
pktcdvd: set queue limits at disk allocation time

Remove pkt_init_queue and just pass the two parameters directly to
blk_alloc_disk.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20240222073647.3776769-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/pktcdvd.c