Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181249
b: refs/heads/master
c: 65f89c2
h: refs/heads/master
i:
  181247: ea02f4f
v: v3
  • Loading branch information
Kashyap, Desai authored and James Bottomley committed Jan 18, 2010
1 parent 92a912e commit 3fda305
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 02507a80b35edd720480540d917e9f92cc371009
refs/heads/master: 65f89c2396aa113a06fe7e2f6ba46f0712cb4806
9 changes: 7 additions & 2 deletions trunk/drivers/message/fusion/mptscsih.c
Original file line number Diff line number Diff line change
Expand Up @@ -1438,9 +1438,14 @@ mptscsih_qcmd(struct scsi_cmnd *SCpnt, void (*done)(struct scsi_cmnd *))
&& (vdevice->vtarget->tflags & MPT_TARGET_FLAGS_Q_YES)
&& (SCpnt->device->tagged_supported)) {
scsictl = scsidir | MPI_SCSIIO_CONTROL_SIMPLEQ;
} else {
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;
}


/* Use the above information to set up the message frame
*/
Expand Down

0 comments on commit 3fda305

Please sign in to comment.