|
@@ -972,10 +972,10 @@ int blkcg_activate_policy(struct request_queue *q,
|
|
|
if (!new_blkg)
|
|
if (!new_blkg)
|
|
|
return -ENOMEM;
|
|
return -ENOMEM;
|
|
|
|
|
|
|
|
- preloaded = !radix_tree_preload(GFP_KERNEL);
|
|
|
|
|
-
|
|
|
|
|
blk_queue_bypass_start(q);
|
|
blk_queue_bypass_start(q);
|
|
|
|
|
|
|
|
|
|
+ preloaded = !radix_tree_preload(GFP_KERNEL);
|
|
|
|
|
+
|
|
|
/*
|
|
/*
|
|
|
* Make sure the root blkg exists and count the existing blkgs. As
|
|
* Make sure the root blkg exists and count the existing blkgs. As
|
|
|
* @q is bypassing at this point, blkg_lookup_create() can't be
|
|
* @q is bypassing at this point, blkg_lookup_create() can't be
|