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:
3e58c5c
)
scsi: storsvc: don't set a bounce limit
author
Christoph Hellwig
<hch@lst.de>
Mon, 16 Apr 2018 08:50:22 +0000
(10:50 +0200)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Thu, 19 Apr 2018 04:00:44 +0000
(
00:00
-0400)
The default already is to never bounce, so the call is a no-op.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/storvsc_drv.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/storvsc_drv.c
b/drivers/scsi/storvsc_drv.c
index 8c51d628b52edfd7e891182919fab16b469b0f3c..5f2d177c3bd9b1b52c539f22128fb043dfc3d9e5 100644
(file)
--- a/
drivers/scsi/storvsc_drv.c
+++ b/
drivers/scsi/storvsc_drv.c
@@
-1382,9
+1382,6
@@
static int storvsc_device_alloc(struct scsi_device *sdevice)
static int storvsc_device_configure(struct scsi_device *sdevice)
{
-
- blk_queue_bounce_limit(sdevice->request_queue, BLK_BOUNCE_ANY);
-
blk_queue_rq_timeout(sdevice->request_queue, (storvsc_timeout * HZ));
/* Ensure there are no gaps in presented sgls */