summaryrefslogtreecommitdiff
path: root/drivers/scsi/storvsc_drv.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-04-16 10:50:22 +0200
committerMartin K. Petersen <martin.petersen@oracle.com>2018-04-19 00:00:44 -0400
commit9027b15d51ecd20851795787b8d98514c33fc5d2 (patch)
tree59d5af468a03bb85596e28b7ac77f70106d018aa /drivers/scsi/storvsc_drv.c
parent3e58c5cf166722d568ffcdd0ff7ddc50413ba1b0 (diff)
scsi: storsvc: don't set a bounce limit
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>
Diffstat (limited to 'drivers/scsi/storvsc_drv.c')
-rw-r--r--drivers/scsi/storvsc_drv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c
index 8c51d628b52e..5f2d177c3bd9 100644
--- 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 */