aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c
diff options
context:
space:
mode:
Diffstat (limited to 'block/cfq-iosched.c')
-rw-r--r--block/cfq-iosched.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c
index 9a4eac490e0b..abac87337d70 100644
--- a/block/cfq-iosched.c
+++ b/block/cfq-iosched.c
@@ -3299,7 +3299,8 @@ split_cfqq(struct cfq_io_cq *cic, struct cfq_queue *cfqq)
3299 * Allocate cfq data structures associated with this request. 3299 * Allocate cfq data structures associated with this request.
3300 */ 3300 */
3301static int 3301static int
3302cfq_set_request(struct request_queue *q, struct request *rq, gfp_t gfp_mask) 3302cfq_set_request(struct request_queue *q, struct request *rq, struct bio *bio,
3303 gfp_t gfp_mask)
3303{ 3304{
3304 struct cfq_data *cfqd = q->elevator->elevator_data; 3305 struct cfq_data *cfqd = q->elevator->elevator_data;
3305 struct cfq_io_cq *cic = icq_to_cic(rq->elv.icq); 3306 struct cfq_io_cq *cic = icq_to_cic(rq->elv.icq);