]> 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)
commitc6f842fa527062318aca18e3e307dfdef0d243e6
tree4adf1343df59443e484e66a6dec22ac0cfaf380c
parenta0f8b238f4dd1ec324b2502ee3015e3d88dea44c
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