Skip to content

Commit

Permalink
slab: Rename nodelists to node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Lameter authored and Pekka Enberg committed Feb 1, 2013
1 parent 6744f08 commit 6a67368
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 69 deletions.
2 changes: 1 addition & 1 deletion include/linux/slab_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ struct kmem_cache {
* pointer for each node since "nodelists" uses the remainder of
* available pointers.
*/
struct kmem_cache_node **nodelists;
struct kmem_cache_node **node;
struct array_cache *array[NR_CPUS + MAX_NUMNODES];
/*
* Do not add fields after array[]
Expand Down
Loading

0 comments on commit 6a67368

Please sign in to comment.