On Wed, May 19, 2021 at 07:17:04AM +0000, Johannes Thumshirn wrote: > Can't we derive the queue from the bio via bio->bi_bdev->bd_disk->queue > or would this be too much pointer chasing for a small helper like this? Yes, we can should do away with the pointless q argument.