percpu: move fully free chunk reclamation into a work
authorTejun Heo <tj@kernel.org>
Fri, 6 Mar 2009 15:44:11 +0000 (00:44 +0900)
committerTejun Heo <tj@kernel.org>
Fri, 6 Mar 2009 15:44:11 +0000 (00:44 +0900)
commita56dbddf06b653ef9c04ca3767f260fd31ccebab
tree803293315a281a88f807fa3506ac5bef0a910ba4
parent9f7dcf224bd09ec9ebcbfb383bf2c465e0e0b03d
percpu: move fully free chunk reclamation into a work

Impact: code reorganization for later changes

Do fully free chunk reclamation using a work.  This change is to
prepare for locking changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
mm/percpu.c