Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106199
b: refs/heads/master
c: 12e0036
h: refs/heads/master
i:
  106197: 8d1185c
  106195: c795c0d
  106191: 3063d4d
v: v3
  • Loading branch information
Arjan van de Ven authored and Linus Torvalds committed Jul 26, 2008
1 parent 49d3f63 commit b5cc95a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 261c40c1191ad8d7a2e49fa2bb5f6a84e3d44b10
refs/heads/master: 12e0036818eed243c8ed6583ebf98261a2554e12
3 changes: 1 addition & 2 deletions trunk/block/as-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -837,8 +837,7 @@ static void as_completed_request(struct request_queue *q, struct request *rq)
WARN_ON(!list_empty(&rq->queuelist));

if (RQ_STATE(rq) != AS_RQ_REMOVED) {
printk("rq->state %d\n", RQ_STATE(rq));
WARN_ON(1);
WARN(1, "rq->state %d\n", RQ_STATE(rq));
goto out;
}

Expand Down

0 comments on commit b5cc95a

Please sign in to comment.