|
@@ -76,6 +76,7 @@ int __percpu_counter_init(struct percpu_counter *fbc, s64 amount,
|
|
if (!fbc->counters)
|
|
if (!fbc->counters)
|
|
return -ENOMEM;
|
|
return -ENOMEM;
|
|
#ifdef CONFIG_HOTPLUG_CPU
|
|
#ifdef CONFIG_HOTPLUG_CPU
|
|
|
|
+ INIT_LIST_HEAD(&fbc->list);
|
|
mutex_lock(&percpu_counters_lock);
|
|
mutex_lock(&percpu_counters_lock);
|
|
list_add(&fbc->list, &percpu_counters);
|
|
list_add(&fbc->list, &percpu_counters);
|
|
mutex_unlock(&percpu_counters_lock);
|
|
mutex_unlock(&percpu_counters_lock);
|