aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-10-15 17:05:07 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-10-15 17:05:07 -0700
commit1501278bb7ba0728b869d3399ea94b67853256a2 (patch)
treedecd2c45050c57168cc7d36dca06598a1db25cfa /include
parentMerge tag 'for-linus' of https://github.com/openrisc/linux (diff)
parentmm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation (diff)
downloadlinux-dev-1501278bb7ba0728b869d3399ea94b67853256a2.tar.xz
linux-dev-1501278bb7ba0728b869d3399ea94b67853256a2.zip
Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Pull slab hotfix from Vlastimil Babka: "A single fix for the common-kmalloc series, for warnings on mips and sparc64 reported by Guenter Roeck" * tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab: mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation
Diffstat (limited to 'include')
-rw-r--r--include/linux/slab_def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/slab_def.h b/include/linux/slab_def.h
index e24c9aff6fed..f0ffad6a3365 100644
--- a/include/linux/slab_def.h
+++ b/include/linux/slab_def.h
@@ -33,7 +33,6 @@ struct kmem_cache {
size_t colour; /* cache colouring range */
unsigned int colour_off; /* colour offset */
- struct kmem_cache *freelist_cache;
unsigned int freelist_size;
/* constructor func */