diff options
author | Christoph Lameter <cl@linux.com> | 2013-01-10 14:14:19 -0500 |
---|---|---|
committer | Pekka Enberg <penberg@kernel.org> | 2013-02-01 05:32:06 -0500 |
commit | 6a67368c36e2c0c2578ba62f6264ab739af08cce (patch) | |
tree | ee678d5cbcdebb8207a14eb898352c47f45ac9cf /include | |
parent | 6744f087ba2a49f6d6935d9daa0b20a0f03567b5 (diff) |
slab: Rename nodelists to node
Have a common naming between both slab caches for future changes.
Acked-by: Glauber Costa <glommer@parallels.com>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/slab_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/slab_def.h b/include/linux/slab_def.h index 8b5b2f6b36d3..4ff50e8d1a2c 100644 --- a/include/linux/slab_def.h +++ b/include/linux/slab_def.h | |||
@@ -95,7 +95,7 @@ struct kmem_cache { | |||
95 | * pointer for each node since "nodelists" uses the remainder of | 95 | * pointer for each node since "nodelists" uses the remainder of |
96 | * available pointers. | 96 | * available pointers. |
97 | */ | 97 | */ |
98 | struct kmem_cache_node **nodelists; | 98 | struct kmem_cache_node **node; |
99 | struct array_cache *array[NR_CPUS + MAX_NUMNODES]; | 99 | struct array_cache *array[NR_CPUS + MAX_NUMNODES]; |
100 | /* | 100 | /* |
101 | * Do not add fields after array[] | 101 | * Do not add fields after array[] |