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 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. So, css ID can't replace cgroup ID as whole. It's just that there are cases where we're currently using cgroup IDs where we should be using css IDs. Also, we need to update css creation error path RCU safe so that idr lookup is always RCU safe. I already had patches queued for posting. Will post them soon. Thanks. -- tejun _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linuxfoundation.org/mailman/listinfo/containers