diff options
Diffstat (limited to 'kernel/cpuset.c')
-rw-r--r-- | kernel/cpuset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpuset.c b/kernel/cpuset.c index 2f4b08b8db24..5b2a31082f4f 100644 --- a/kernel/cpuset.c +++ b/kernel/cpuset.c | |||
@@ -124,7 +124,7 @@ static inline struct cpuset *task_cs(struct task_struct *task) | |||
124 | 124 | ||
125 | static inline struct cpuset *parent_cs(struct cpuset *cs) | 125 | static inline struct cpuset *parent_cs(struct cpuset *cs) |
126 | { | 126 | { |
127 | return css_cs(css_parent(&cs->css)); | 127 | return css_cs(cs->css.parent); |
128 | } | 128 | } |
129 | 129 | ||
130 | #ifdef CONFIG_NUMA | 130 | #ifdef CONFIG_NUMA |