]> git.baikalelectronics.ru Git - kernel.git/commit
pktcdvd: remove the call to blk_queue_bounce
authorChristoph Hellwig <hch@lst.de>
Mon, 19 Jun 2017 07:26:19 +0000 (09:26 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 27 Jun 2017 18:12:14 +0000 (12:12 -0600)
commit929ea01f4692dfb9aa459a28650e08fe833f15f3
tree4adf1343df59443e484e66a6dec22ac0cfaf380c
parentbdb0f8761a631201957d0ab2c9e0958ab85a62be
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>
drivers/block/pktcdvd.c