Merge tag 'v3.4-rc5' into for-3.5/core
[deliverable/linux.git] / block / blk-throttle.c
index 46310ec93d1c10a3d75f7300f03fba49b185ca2c..14dedecfc7e8d47d547acd2240d35d1aa5ddc5c5 100644 (file)
@@ -1218,7 +1218,7 @@ void blk_throtl_drain(struct request_queue *q)
        struct bio_list bl;
        struct bio *bio;
 
-       WARN_ON_ONCE(!queue_is_locked(q));
+       queue_lockdep_assert_held(q);
 
        bio_list_init(&bl);
 
This page took 0.0234 seconds and 5 git commands to generate.