diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index ebe7ce49f4b7..5375582ea5f6 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -97,6 +97,7 @@ struct cgroup_subsys_state { | |||
97 | enum { | 97 | enum { |
98 | CSS_NO_REF = (1 << 0), /* no reference counting for this css */ | 98 | CSS_NO_REF = (1 << 0), /* no reference counting for this css */ |
99 | CSS_ONLINE = (1 << 1), /* between ->css_online() and ->css_offline() */ | 99 | CSS_ONLINE = (1 << 1), /* between ->css_online() and ->css_offline() */ |
100 | CSS_RELEASED = (1 << 2), /* refcnt reached zero, released */ | ||
100 | }; | 101 | }; |
101 | 102 | ||
102 | /** | 103 | /** |