On 05/09/13 08:12, [email protected] wrote:
> The patch below does not apply to the 3.8-stable tree.
> If someone wants it applied there, or to any other stable or longterm
> tree, then please email the backport, including the original git commit
> id to <[email protected]>.

The patch does not apply because of the difference in
the following comment block between v3.8 and v3.9.
I'll generate a backport for 3.8-stable and post it.

> diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c
> index b2b9837..e8918ff 100644
> --- a/block/blk-cgroup.c
> +++ b/block/blk-cgroup.c
> @@ -972,10 +972,10 @@ int blkcg_activate_policy(struct request_queue *q,
>       if (!new_blkg)
>               return -ENOMEM;
>  
> -     preloaded = !radix_tree_preload(GFP_KERNEL);
> -
>       blk_queue_bypass_start(q);
>  
> +     preloaded = !radix_tree_preload(GFP_KERNEL);
> +
>       /*
>        * Make sure the root blkg exists and count the existing blkgs.  As
>        * @q is bypassing at this point, blkg_lookup_create() can't be

-- 
Jun'ichi Nomura, NEC Corporation

--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to