On 2013/6/25 8:34, Tejun Heo wrote: > cgroup_init() was doing init_css_set initialization outside > cgroup_mutex, which is fine but we want to add lockdep annotation on > subsystem iterations and cgroup_init() will trigger it spuriously. > Move init_css_set initialization inside cgroup_mutex. > > Signed-off-by: Tejun Heo <tj@xxxxxxxxxx> > --- > kernel/cgroup.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > Acked-by: Li Zefan <lizefan@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe cgroups" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html