mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +03:00
Just use CONFIG_SLUB to detect SLUB use
Add ASSERTF to the NDEBUG build Fix minor issue with various debug build flags git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@126 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
This commit is contained in:
@@ -376,7 +376,7 @@ __kmem_cache_create(char *name, size_t size, size_t align,
|
||||
* SLAB_TRACE
|
||||
* SLAB_DESTROY_BY_RCU
|
||||
*/
|
||||
#ifdef HAVE_SLUB
|
||||
#ifdef CONFIG_SLUB
|
||||
flags |= SLAB_STORE_USER;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user