diff options
Diffstat (limited to 'include/linux/cgroup-defs.h')
-rw-r--r-- | include/linux/cgroup-defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cgroup-defs.h b/include/linux/cgroup-defs.h index 21745946cae1..ec47101cb1bf 100644 --- a/include/linux/cgroup-defs.h +++ b/include/linux/cgroup-defs.h | |||
@@ -48,6 +48,7 @@ enum { | |||
48 | CSS_ONLINE = (1 << 1), /* between ->css_online() and ->css_offline() */ | 48 | CSS_ONLINE = (1 << 1), /* between ->css_online() and ->css_offline() */ |
49 | CSS_RELEASED = (1 << 2), /* refcnt reached zero, released */ | 49 | CSS_RELEASED = (1 << 2), /* refcnt reached zero, released */ |
50 | CSS_VISIBLE = (1 << 3), /* css is visible to userland */ | 50 | CSS_VISIBLE = (1 << 3), /* css is visible to userland */ |
51 | CSS_DYING = (1 << 4), /* css is dying */ | ||
51 | }; | 52 | }; |
52 | 53 | ||
53 | /* bits in struct cgroup flags field */ | 54 | /* bits in struct cgroup flags field */ |