> static struct cftype mem_cgroup_files[] = { > { > .name = "usage_in_bytes", > @@ -5973,6 +6192,12 @@ static struct cftype mem_cgroup_files[] = { > .read_u64 = mem_cgroup_hierarchy_read, > }, > { > + .name = "cgroup.event_control", > + .write_string = cgroup_write_event_control, > + .flags = CFTYPE_NO_PREFIX, > + .mode = S_IWUGO, > + }, One of the misdesign of cgroup eventfd is, cgroup.event_control is totally redunant... -- 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