Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146327
b: refs/heads/master
c: 55f3f39
h: refs/heads/master
i:
  146325: e0f6772
  146323: 12cb8f6
  146319: 01c4604
v: v3
  • Loading branch information
Tejun Heo committed Apr 18, 2009
1 parent 8d77825 commit 2735314
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 853280a4dc8e3cc97ff10c1c02234d96078f437b
refs/heads/master: 55f3f399422a4a3f6cb84ea4096dfaddf8817399
1 change: 0 additions & 1 deletion trunk/drivers/ide/ide-disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ static void idedisk_prepare_flush(struct request_queue *q, struct request *rq)
cmd->protocol = ATA_PROT_NODATA;

rq->cmd_type = REQ_TYPE_ATA_TASKFILE;
rq->cmd_flags |= REQ_SOFTBARRIER;
rq->special = cmd;
}

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/ide/ide-ioctls.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ static int generic_drive_reset(ide_drive_t *drive)
rq->cmd_type = REQ_TYPE_SPECIAL;
rq->cmd_len = 1;
rq->cmd[0] = REQ_DRIVE_RESET;
rq->cmd_flags |= REQ_SOFTBARRIER;
if (blk_execute_rq(drive->queue, NULL, rq, 1))
ret = rq->errors;
blk_put_request(rq);
Expand Down

0 comments on commit 2735314

Please sign in to comment.