diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 30934e4bfaab..7166023e07d2 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -9,7 +9,6 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <linux/sched.h> | 11 | #include <linux/sched.h> |
12 | #include <linux/kref.h> | ||
13 | #include <linux/cpumask.h> | 12 | #include <linux/cpumask.h> |
14 | #include <linux/nodemask.h> | 13 | #include <linux/nodemask.h> |
15 | #include <linux/rcupdate.h> | 14 | #include <linux/rcupdate.h> |
@@ -149,7 +148,7 @@ struct cgroup { | |||
149 | struct css_set { | 148 | struct css_set { |
150 | 149 | ||
151 | /* Reference count */ | 150 | /* Reference count */ |
152 | struct kref ref; | 151 | atomic_t refcount; |
153 | 152 | ||
154 | /* | 153 | /* |
155 | * List running through all cgroup groups in the same hash | 154 | * List running through all cgroup groups in the same hash |