commit | e442cbf910c71fba5926cf757dd7f8fcce22fc5f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jun 19 09:26:19 2017 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jun 27 12:12:14 2017 -0600 |
tree | 4adf1343df59443e484e66a6dec22ac0cfaf380c | |
parent | f5d118406247acfc4fc481e441e01ea4d6318fdc [diff] |
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>