From: Tejun Heo Date: Thu, 24 Sep 2009 09:50:34 +0000 (+0900) Subject: percpu: make pcpu_build_alloc_info() clear static buffers X-Git-Tag: v2.6.32-rc3~65^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb59e72e7e10fd9d31f4e522f1b28254c2cc8a6c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed