Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63aed100 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Martin K. Petersen
Browse files

scsi: scsi_transport_sas: don't bounce highmem pages for the smp handler



All three instance of ->smp_handler deal with highmem backed requests
just fine.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarJohannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent f990bee3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;
}