Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44839
b: refs/heads/master
c: a52de24
h: refs/heads/master
i:
  44837: 92aba83
  44835: c31e5c0
  44831: d9ea2cf
v: v3
  • Loading branch information
Mike Miller authored and Jens Axboe committed Dec 18, 2006
1 parent aa37328 commit 17b1774
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: 89f97ad1894ab518b05b798906085fb3d1b2d00f
refs/heads/master: a52de245ef0b6217a56fb2472ff65c3a196cafd5
2 changes: 1 addition & 1 deletion trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -2492,7 +2492,7 @@ static void do_cciss_request(request_queue_t *q)
c->Request.Type.Type = TYPE_CMD; // It is a command.
c->Request.Type.Attribute = ATTR_SIMPLE;
c->Request.Type.Direction =
(rq_data_dir(creq) == READ) ? h->cciss_read : h->cciss_write;
(rq_data_dir(creq) == READ) ? XFER_READ : XFER_WRITE;
c->Request.Timeout = 0; // Don't time out
c->Request.CDB[0] =
(rq_data_dir(creq) == READ) ? h->cciss_read : h->cciss_write;
Expand Down

0 comments on commit 17b1774

Please sign in to comment.