]> git.kernelconcepts.de Git - karo-tx-linux.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)
commite442cbf910c71fba5926cf757dd7f8fcce22fc5f
tree4adf1343df59443e484e66a6dec22ac0cfaf380c
parentf5d118406247acfc4fc481e441e01ea4d6318fdc
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