switchdev: add bridge ageing_time attribute
[deliverable/linux.git] / block / blk-core.c
index 60912e983f16a071458b25baa4eccc2e21769bd5..2eb722d48773cb8a8de49d58b934eed830755da7 100644 (file)
@@ -1888,8 +1888,8 @@ generic_make_request_checks(struct bio *bio)
         */
        create_io_context(GFP_ATOMIC, q->node);
 
-       if (blk_throtl_bio(q, bio))
-               return false;   /* throttled, will be resubmitted later */
+       if (!blkcg_bio_issue_check(q, bio))
+               return false;
 
        trace_block_bio_queue(q, bio);
        return true;
This page took 0.029816 seconds and 5 git commands to generate.