Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72891
b: refs/heads/master
c: b666da3
h: refs/heads/master
i:
  72889: d566ca5
  72887: a2585b1
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Oct 30, 2007
1 parent 788ffa7 commit 872b361
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5595ddf98cb3bf2c18b3b96587a1a9b0b08c267a
refs/heads/master: b666da35d900c26cbea1caa465649e2e0afa406c
3 changes: 3 additions & 0 deletions trunk/drivers/ata/libata-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,9 @@ static unsigned int ata_scsi_flush_xlat(struct ata_queued_cmd *qc)
else
tf->command = ATA_CMD_FLUSH;

/* flush is critical for IO integrity, consider it an IO command */
qc->flags |= ATA_QCFLAG_IO;

return 0;
}

Expand Down

0 comments on commit 872b361

Please sign in to comment.