]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/slab_def.h
mm/hotplug: invalid PFNs from pfn_to_online_page()
[mirror_ubuntu-bionic-kernel.git] / include / linux / slab_def.h
index 8f7d2b1656d23832246a8869522515b561740103..072e46e9e1d570434c574f4ebdab51fb267d3da6 100644 (file)
@@ -20,7 +20,7 @@ struct kmem_cache {
        struct reciprocal_value reciprocal_buffer_size;
 /* 2) touched by every alloc & free from the backend */
 
-       unsigned int flags;             /* constant flags */
+       slab_flags_t flags;             /* constant flags */
        unsigned int num;               /* # of objs per slab */
 
 /* 3) cache_grow/shrink */