Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217433
b: refs/heads/master
c: 8474b59
h: refs/heads/master
i:
  217431: 1695f48
v: v3
  • Loading branch information
Masanori ITOH authored and Linus Torvalds committed Oct 26, 2010
1 parent 9b17b9b commit fd7f664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 52c5171214ff3327961d0ce0db7e8d2ce55004fd
refs/heads/master: 8474b591faf3bb0a1e08a60d21d6baac498f15e4
1 change: 1 addition & 0 deletions trunk/lib/percpu_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ int __percpu_counter_init(struct percpu_counter *fbc, s64 amount,
if (!fbc->counters)
return -ENOMEM;
#ifdef CONFIG_HOTPLUG_CPU
INIT_LIST_HEAD(&fbc->list);
mutex_lock(&percpu_counters_lock);
list_add(&fbc->list, &percpu_counters);
mutex_unlock(&percpu_counters_lock);
Expand Down

0 comments on commit fd7f664

Please sign in to comment.