cgroups: don't put struct cgroupfs_root protected by RCU
[safe/jmp/linux-2.6] / include / linux / cgroup.h
index 08b78c0..f68dfd8 100644 (file)
@@ -337,7 +337,6 @@ struct cgroup_subsys {
 #define MAX_CGROUP_TYPE_NAMELEN 32
        const char *name;
 
-       /* Protected by RCU */
        struct cgroupfs_root *root;
 
        struct list_head sibling;