Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75050
b: refs/heads/master
c: 4956512
h: refs/heads/master
v: v3
  • Loading branch information
Aaron Carroll authored and Jens Axboe committed Dec 18, 2007
1 parent 5e4765f commit 9256224
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: 8896f3c039b0834ba695d154299b724ee5710b97
refs/heads/master: 49565124b13bb16607e7f8fc8fb1d9c5c355a1a3
3 changes: 2 additions & 1 deletion trunk/block/as-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,8 @@ static int as_dispatch_request(struct request_queue *q, int force)
ad->batch_data_dir = REQ_ASYNC;
ad->current_write_count = ad->write_batch_count;
ad->write_batch_idled = 0;
rq = ad->next_rq[ad->batch_data_dir];
rq = rq_entry_fifo(ad->fifo_list[REQ_ASYNC].next);
ad->last_check_fifo[REQ_ASYNC] = jiffies;
goto dispatch_request;
}

Expand Down

0 comments on commit 9256224

Please sign in to comment.