Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190739
b: refs/heads/master
c: c213e14
h: refs/heads/master
i:
  190737: 1302a75
  190735: e9bc723
v: v3
  • Loading branch information
Hannes Reinecke authored and James Bottomley committed May 5, 2010
1 parent 8524ee6 commit c9afa99
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5447ed6c968e7270b656afa273c2b79d15d82edd
refs/heads/master: c213e1407be6b04b144794399a91472e0ef92aec
1 change: 1 addition & 0 deletions trunk/drivers/scsi/sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,7 @@ static void sd_prepare_flush(struct request_queue *q, struct request *rq)
{
rq->cmd_type = REQ_TYPE_BLOCK_PC;
rq->timeout = SD_TIMEOUT;
rq->retries = SD_MAX_RETRIES;
rq->cmd[0] = SYNCHRONIZE_CACHE;
rq->cmd_len = 10;
}
Expand Down

0 comments on commit c9afa99

Please sign in to comment.