diff options
| -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 38f7433c1cd2..4eaa203aa953 100644 --- a/kernel/cpuset.c +++ b/kernel/cpuset.c | |||
| @@ -1992,7 +1992,7 @@ static int cpuset_css_online(struct cgroup_subsys_state *css) | |||
| 1992 | spin_lock_irq(&callback_lock); | 1992 | spin_lock_irq(&callback_lock); |
| 1993 | cs->mems_allowed = parent->mems_allowed; | 1993 | cs->mems_allowed = parent->mems_allowed; |
| 1994 | cpumask_copy(cs->cpus_allowed, parent->cpus_allowed); | 1994 | cpumask_copy(cs->cpus_allowed, parent->cpus_allowed); |
| 1995 | spin_lock_irq(&callback_lock); | 1995 | spin_unlock_irq(&callback_lock); |
| 1996 | out_unlock: | 1996 | out_unlock: |
| 1997 | mutex_unlock(&cpuset_mutex); | 1997 | mutex_unlock(&cpuset_mutex); |
| 1998 | return 0; | 1998 | return 0; |
