commit | fb59e72e7e10fd9d31f4e522f1b28254c2cc8a6c | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Sep 24 18:50:34 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Tue Sep 29 09:17:57 2009 +0900 |
tree | 56d4dccd4bafd1fbd61744cd09888f6d4c80abb5 | |
parent | ffe0d5a575459ffe664b0762130b557f826fcace [diff] |
percpu: make pcpu_build_alloc_info() clear static buffers pcpu_build_alloc_info() may be called multiple times when percpu is falling back to different first chunk allocator. Make it clear static buffers so that they don't contain values from previous runs. Signed-off-by: Tejun Heo <tj@kernel.org>