aboutsummaryrefslogtreecommitdiffstats
path: root/block/elevator.c
diff options
context:
space:
mode:
Diffstat (limited to 'block/elevator.c')
-rw-r--r--block/elevator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/elevator.c b/block/elevator.c
index 6c3fc8a10bf2..85a11cee7d1c 100644
--- a/block/elevator.c
+++ b/block/elevator.c
@@ -498,7 +498,7 @@ struct request *elv_next_request(request_queue_t *q)
498 blkdev_dequeue_request(rq); 498 blkdev_dequeue_request(rq);
499 rq->flags |= REQ_QUIET; 499 rq->flags |= REQ_QUIET;
500 end_that_request_chunk(rq, 0, nr_bytes); 500 end_that_request_chunk(rq, 0, nr_bytes);
501 end_that_request_last(rq); 501 end_that_request_last(rq, 0);
502 } else { 502 } else {
503 printk(KERN_ERR "%s: bad return=%d\n", __FUNCTION__, 503 printk(KERN_ERR "%s: bad return=%d\n", __FUNCTION__,
504 ret); 504 ret);