projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f990bee
)
scsi: scsi_transport_sas: don't bounce highmem pages for the smp handler
author
Christoph Hellwig
<hch@lst.de>
Sun, 15 Apr 2018 14:52:37 +0000
(16:52 +0200)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Wed, 2 May 2018 03:11:15 +0000
(23:11 -0400)
All three instance of ->smp_handler deal with highmem backed requests
just fine.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_transport_sas.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/scsi_transport_sas.c
b/drivers/scsi/scsi_transport_sas.c
index 08acbabfae07912e125b97e5df3228881b7c9b86..a22baf206071558adeff5b1d22da62fab8aed425 100644
(file)
--- a/
drivers/scsi/scsi_transport_sas.c
+++ b/
drivers/scsi/scsi_transport_sas.c
@@
-223,10
+223,6
@@
static int sas_bsg_initialize(struct Scsi_Host *shost, struct sas_rphy *rphy)
to_sas_host_attrs(shost)->q = q;
}
- /*
- * by default assume old behaviour and bounce for any highmem page
- */
- blk_queue_bounce_limit(q, BLK_BOUNCE_HIGH);
blk_queue_flag_set(QUEUE_FLAG_BIDI, q);
return 0;
}