]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - mm/slub.c
slub: Prepare inuse field in new_slab()
authorChristoph Lameter <cl@linux.com>
Tue, 9 Aug 2011 21:12:24 +0000 (16:12 -0500)
committerPekka Enberg <penberg@kernel.org>
Fri, 19 Aug 2011 16:34:26 +0000 (19:34 +0300)
commite6e82ea1127d899af7eee876f1c1103716d13772
tree76325c985e7265dd5dff9b37b785fa17b7630b03
parent7db0d7054048da140798d8bfdd7fff5f74f85abf
slub: Prepare inuse field in new_slab()

inuse will always be set to page->objects. There is no point in
initializing the field to zero in new_slab() and then overwriting
the value in __slab_alloc().

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