| Submitter | Tejun Heo |
|---|---|
| Date | Feb. 15, 2011, 4:30 p.m. |
| Message ID | <20110215163046.GO3160@htj.dyndns.org> |
| Download | mbox | patch |
| Permalink | /patch/83269/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/block/blk-flush.c b/block/blk-flush.c index 54b123d..fbaa037 100644 --- a/block/blk-flush.c +++ b/block/blk-flush.c @@ -130,7 +130,7 @@ static struct request *queue_next_fseq(struct request_queue *q) BUG(); } - elv_insert(q, rq, ELEVATOR_INSERT_FRONT); + elv_insert(q, rq, ELEVATOR_INSERT_REQUEUE); return rq; }