]> git.baikalelectronics.ru Git - kernel.git/commit
slub: get_map() function to establish map of free objects in a slab
authorChristoph Lameter <cl@linux.com>
Fri, 15 Apr 2011 19:48:13 +0000 (14:48 -0500)
committerPekka Enberg <penberg@kernel.org>
Sun, 17 Apr 2011 11:03:19 +0000 (14:03 +0300)
commitce72e5487159686a8a0a5f4849969f6c23b59cd7
tree2c249101bc1bf0020268ca31d09ae198a7031cb1
parenta1029a18b412453e68d7787d1113f43cef121aa2
slub: get_map() function to establish map of free objects in a slab

The bit map of free objects in a slab page is determined in various functions
if debugging is enabled.

Provide a common function for that purpose.

Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
mm/slub.c