slub: Get rid of the node field
authorChristoph Lameter <cl@linux.com>
Wed, 9 May 2012 15:09:56 +0000 (10:09 -0500)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 28 Feb 2016 01:55:13 +0000 (03:55 +0200)
commitd8b239c18d15bc9e5dac37f37e376b38258fa773
tree4b3307413bddbee705224ddff447f6c25719b69a
parent61e1422996e0a59bc2988ffa94d5076d5cde3274
slub: Get rid of the node field

The node field is always page_to_nid(c->page). So its rather easy to
replace. Note that there maybe slightly more overhead in various hot paths
due to the need to shift the bits from page->flags. However, that is mostly
compensated for by a smaller footprint of the kmem_cache_cpu structure (this
patch reduces that to 3 words per cache) which allows better caching.

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