Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161655
b: refs/heads/master
c: 971f391
h: refs/heads/master
i:
  161653: 002d21a
  161651: 44b60a9
  161647: 3588836
v: v3
  • Loading branch information
Tejun Heo committed Aug 14, 2009
1 parent 05a807d commit 3025fd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 384be2b18a5f9475eab9ca2bdfa95cc1a04ef59c
refs/heads/master: 971f3918a5a8febbbab355079972fb31ee7c0f33
3 changes: 2 additions & 1 deletion trunk/mm/percpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1181,12 +1181,13 @@ static void pcpu_reclaim(struct work_struct *work)
}

spin_unlock_irq(&pcpu_lock);
mutex_unlock(&pcpu_alloc_mutex);

list_for_each_entry_safe(chunk, next, &todo, list) {
pcpu_depopulate_chunk(chunk, 0, pcpu_unit_size);
free_pcpu_chunk(chunk);
}

mutex_unlock(&pcpu_alloc_mutex);
}

/**
Expand Down

0 comments on commit 3025fd7

Please sign in to comment.