> > > @@ -723,6 +729,11 @@ static inline bool mem_cgroup_is_root(st > > > return (mem == root_mem_cgroup); > > > } > > > > > > +static inline bool mem_cgroup_is_rootid(unsigned short id) > > > +{ > > > + return (id == 1); > > > +} > > > + > > It might be better to add > > > > BUG_ON(newid->id != 1) > > > > in cgroup.c::cgroup_init_idr(). > > > > Why ?? > Just to make sure that the root css has id==1. mem_cgroup_is_rootid() make use of the fact. I'm sorry if I miss something. Thanks, Daisuke Nishimura. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>