Re: [PATCH v3 9/9] devcg: propagate local changes down the hierarchy

2013-01-29 Thread Aristeu Rozanski
On Tue, Jan 29, 2013 at 12:35:00PM -0800, Tejun Heo wrote: > Generally looks good to me although I haven't really delved into the > behavior (you're gonna be there for the fallouts, right?). Just some > minor comments. yes, I'll. > > +static int propagate_behavior(struct dev_cgroup *devcg_root)

Re: [PATCH v3 9/9] devcg: propagate local changes down the hierarchy

2013-01-29 Thread Tejun Heo
Hey, Generally looks good to me although I haven't really delved into the behavior (you're gonna be there for the fallouts, right?). Just some minor comments. > +static int propagate_behavior(struct dev_cgroup *devcg_root) > +{ > + struct cgroup *root = devcg_root->css.cgroup, *pos; > +

[PATCH v3 9/9] devcg: propagate local changes down the hierarchy

2013-01-29 Thread aris
This patch makes all changes propagate down in hierarchy respecting when possible local configurations. Behavior changes will clean up exceptions in all the children except when the parent changes the behavior from allow to deny and the child's behavior was already deny, in which case the local ex