devcg: remove broken_hierarchy tag
[deliverable/linux.git] / security / device_cgroup.c
index 221967d4690c3699faf9d77e047e457f55f94de6..994aeccea51835be2fa6d9e867ce8851582b46f7 100644 (file)
@@ -739,15 +739,6 @@ struct cgroup_subsys devices_subsys = {
        .css_offline = devcgroup_offline,
        .subsys_id = devices_subsys_id,
        .base_cftypes = dev_cgroup_files,
-
-       /*
-        * While devices cgroup has the rudimentary hierarchy support which
-        * checks the parent's restriction, it doesn't properly propagates
-        * config changes in ancestors to their descendents.  A child
-        * should only be allowed to add more restrictions to the parent's
-        * configuration.  Fix it and remove the following.
-        */
-       .broken_hierarchy = true,
 };
 
 /**
This page took 0.02328 seconds and 5 git commands to generate.