]> git.baikalelectronics.ru Git - kernel.git/commit
percpu: make percpu-km set chunk->populated bitmap properly
authorTejun Heo <tj@kernel.org>
Tue, 2 Sep 2014 18:46:02 +0000 (14:46 -0400)
committerTejun Heo <tj@kernel.org>
Tue, 2 Sep 2014 18:46:02 +0000 (14:46 -0400)
commitea1ca90a0a2957fe1dd9c3281a6b27196eae6d7e
tree49a72a515f8bb9a4f83bc68526187da462f20dd8
parent9c73a8773a1c66d140d5835bcaf2d9055a9f72c9
percpu: make percpu-km set chunk->populated bitmap properly

percpu-km instantiates the whole chunk on creation and doesn't make
use of chunk->populated bitmap and leaves it as zero.  While this
currently doesn't cause any problem, the inconsistency makes it
difficult to build further logic on top of chunk->populated.  This
patch makes percpu-km fill chunk->populated on creation so that the
bitmap is always consistent.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Christoph Lameter <cl@linux.com>
mm/percpu-km.c