Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19791
b: refs/heads/master
c: 238e7db
h: refs/heads/master
i:
  19789: 3067511
  19787: 288f858
  19783: 9d47ac5
  19775: 447814d
v: v3
  • Loading branch information
Tejun Heo authored and Linus Torvalds committed Feb 5, 2006
1 parent 17c775d commit 560ff2e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9a7a67af8bb02106f0fb01dd9d237332f874be9a
refs/heads/master: 238e7db9357bfe1ce3d6f7ac1e60e595e9d46b7b
3 changes: 2 additions & 1 deletion trunk/block/elevator.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ void __elv_add_request(request_queue_t *q, struct request *rq, int where,
/*
* toggle ordered color
*/
q->ordcolor ^= 1;
if (blk_barrier_rq(rq))
q->ordcolor ^= 1;

/*
* barriers implicitly indicate back insertion
Expand Down

0 comments on commit 560ff2e

Please sign in to comment.