projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5d1184
)
pktcdvd: remove the call to blk_queue_bounce
author
Christoph Hellwig
<
[email protected]
>
Mon, 19 Jun 2017 07:26:19 +0000
(09:26 +0200)
committer
Jens Axboe
<
[email protected]
>
Tue, 27 Jun 2017 18:12:14 +0000
(12:12 -0600)
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 <
[email protected]
>
Signed-off-by: Jens Axboe <
[email protected]
>
drivers/block/pktcdvd.c
patch
|
blob
|
history
diff --git
a/drivers/block/pktcdvd.c
b/drivers/block/pktcdvd.c
index 8ef703ccc4b658a2a58aa7ebfb9e1a7d754eaf66..467beca397a2f1bd12c46a7cd9d19cdc6700ef3a 100644
(file)
--- a/
drivers/block/pktcdvd.c
+++ b/
drivers/block/pktcdvd.c
@@
-2412,8
+2412,6
@@
static blk_qc_t pkt_make_request(struct request_queue *q, struct bio *bio)
char b[BDEVNAME_SIZE];
struct bio *split;
- blk_queue_bounce(q, &bio);
-
blk_queue_split(q, &bio);
pd = q->queuedata;