Skip to content

Commit

Permalink
devcg: remove broken_hierarchy tag
Browse files Browse the repository at this point in the history
bd2953e ("devcg: propagate local changes down the hierarchy")
implemented proper hierarchy support.  Remove the broken tag.

Signed-off-by: Tejun Heo <[email protected]>
Acked-by: Aristeu Rozanski <[email protected]>
  • Loading branch information
htejun committed Apr 8, 2013
1 parent 2219449 commit 8adf12b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions security/device_cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

/**
Expand Down

0 comments on commit 8adf12b

Please sign in to comment.