[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1476399631-5799-3-git-send-email-adam.manzanares@hgst.com>
Date: Thu, 13 Oct 2016 16:00:29 -0700
From: Adam Manzanares <adam.manzanares@...t.com>
To: <axboe@...nel.dk>, <tj@...nel.org>, <dan.j.williams@...el.com>,
<hare@...e.de>, <martin.petersen@...cle.com>,
<mchristi@...hat.com>, <toshi.kani@....com>,
<ming.lei@...onical.com>, <sathya.prakash@...adcom.com>,
<chaitra.basappa@...adcom.com>,
<suganath-prabu.subramani@...adcom.com>
CC: <linux-block@...r.kernel.org>, <linux-ide@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <MPT-FusionLinux.pdl@...adcom.com>,
<linux-scsi@...r.kernel.org>,
Adam Manzanares <adam.manzanares@...t.com>,
Adam Manzanares <adam.manzanares@....com>
Subject: [PATCH v5 2/4] fusion: remove iopriority handling
The request priority is now by default coming from the ioc. It was not
clear what this code was trying to do based upon the iopriority class or
data. The driver should check that a device supports priorities and use
them according to the specificiations of ioprio.
Signed-off-by: Adam Manzanares <adam.manzanares@....com>
---
drivers/message/fusion/mptscsih.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/message/fusion/mptscsih.c b/drivers/message/fusion/mptscsih.c
index 6c9fc11..4740bb6 100644
--- a/drivers/message/fusion/mptscsih.c
+++ b/drivers/message/fusion/mptscsih.c
@@ -1369,11 +1369,6 @@ mptscsih_qcmd(struct scsi_cmnd *SCpnt)
if ((vdevice->vtarget->tflags & MPT_TARGET_FLAGS_Q_YES)
&& (SCpnt->device->tagged_supported)) {
scsictl = scsidir | MPI_SCSIIO_CONTROL_SIMPLEQ;
- if (SCpnt->request && SCpnt->request->ioprio) {
- if (((SCpnt->request->ioprio & 0x7) == 1) ||
- !(SCpnt->request->ioprio & 0x7))
- scsictl |= MPI_SCSIIO_CONTROL_HEADOFQ;
- }
} else
scsictl = scsidir | MPI_SCSIIO_CONTROL_UNTAGGED;
--
2.1.4
Powered by blists - more mailing lists