]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - mm/kasan/kasan.c
slab, slub, slob: add slab_flags_t
[mirror_ubuntu-bionic-kernel.git] / mm / kasan / kasan.c
index 6f319fb817186e4b5c9ef62ff8a715bc28a0e292..405bba487df5ca3c5ce5dce5df0f4e9e14262cde 100644 (file)
@@ -337,7 +337,7 @@ static size_t optimal_redzone(size_t object_size)
 }
 
 void kasan_cache_create(struct kmem_cache *cache, size_t *size,
-                       unsigned long *flags)
+                       slab_flags_t *flags)
 {
        int redzone_adjust;
        int orig_size = *size;