On Tue, Apr 22, 2014 at 04:03:31PM +0800, Jianyu Zhan wrote:
> Hi, all.
>
> Sorry, previous patch has a minor fault, and cause a unitialized variable
> warning.
> I've fixed it up in this.
>
> Renewed patch:
> ---
>
> Currently, cgrp->id is only used to look up css's. As cgroup and
> css's lif
Hi, all.
Sorry, previous patch has a minor fault, and cause a unitialized variable
warning.
I've fixed it up in this.
Renewed patch:
---
Currently, cgrp->id is only used to look up css's. As cgroup and
css's lifetimes is now decoupled, it should be made per-subsystem
and moved to css->css_id s
Currently, cgrp->id is only used to look up css's. As cgroup and
css's lifetimes is now decoupled, it should be made per-subsystem
and moved to css->css_id so that lookups are successful until the
target css is released.
Signed-off-by: Jianyu Zhan
---
include/linux/cgroup.h | 26 +++
3 matches
Mail list logo