Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37597
b: refs/heads/master
c: 1bdfd55
h: refs/heads/master
i:
  37595: a7e452d
v: v3
  • Loading branch information
Jeff Garzik authored and Linus Torvalds committed Oct 1, 2006
1 parent 3213cff commit 931710f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: cb5d9e0948122dd8b808550574d95bd60674ba3b
refs/heads/master: 1bdfd554be94def718323659173517c5d4a69d25
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libsas/sas_scsi_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static enum task_attribute sas_scsi_get_task_attr(struct scsi_cmnd *cmd)
enum task_attribute ta = TASK_ATTR_SIMPLE;
if (cmd->request && blk_rq_tagged(cmd->request)) {
if (cmd->device->ordered_tags &&
(cmd->request->flags & REQ_HARDBARRIER))
(cmd->request->cmd_flags & REQ_HARDBARRIER))
ta = TASK_ATTR_HOQ;
}
return ta;
Expand Down

0 comments on commit 931710f

Please sign in to comment.