Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pktcdvd: remove the call to blk_queue_bounce

pktcdvd is a make_request based stacking driver and thus doesn't have any
addressing limits on it's own. It also doesn't use bio_data() or
page_address(), so it doesn't need a lowmem bounce either.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Christoph Hellwig and committed by
Jens Axboe
e442cbf9 f5d11840

-2
-2
drivers/block/pktcdvd.c
··· 2412 2412 char b[BDEVNAME_SIZE]; 2413 2413 struct bio *split; 2414 2414 2415 - blk_queue_bounce(q, &bio); 2416 - 2417 2415 blk_queue_split(q, &bio); 2418 2416 2419 2417 pd = q->queuedata;