Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14580
b: refs/heads/master
c: 8ad9ebb
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe authored and Linus Torvalds committed Nov 21, 2005
1 parent 06c88fc commit 320a5e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: f9e6bfa141c5bcf3402d98204b7b23b310be9ddb
refs/heads/master: 8ad9ebb391e4cd75837ee608b9c33fcaceda0bc2
4 changes: 0 additions & 4 deletions trunk/block/as-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1371,10 +1371,6 @@ static void as_add_request(request_queue_t *q, struct request *rq)
struct as_rq *alias;
int data_dir;

if (arq->state != AS_RQ_PRESCHED) {
printk("arq->state: %d\n", arq->state);
WARN_ON(1);
}
arq->state = AS_RQ_NEW;

if (rq_data_dir(arq->request) == READ
Expand Down

0 comments on commit 320a5e2

Please sign in to comment.