|
|
@@ -4401,11 +4401,11 @@ static int bfq_get_rq_private(struct request_queue *q, struct request *rq,
|
|
|
|
|
|
spin_lock_irq(&bfqd->lock);
|
|
|
|
|
|
- bfq_check_ioprio_change(bic, bio);
|
|
|
-
|
|
|
if (!bic)
|
|
|
goto queue_fail;
|
|
|
|
|
|
+ bfq_check_ioprio_change(bic, bio);
|
|
|
+
|
|
|
bfq_bic_update_cgroup(bic, bio);
|
|
|
|
|
|
bfqq = bfq_get_bfqq_handle_split(bfqd, bic, bio, false, is_sync,
|