mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux into for-3.16-rcX
This commit is contained in:
commit
45ccaf4764
@ -55,7 +55,7 @@ static int kmem_cache_sanity_check(const char *name, size_t size)
|
||||
continue;
|
||||
}
|
||||
|
||||
#if !defined(CONFIG_SLUB) || !defined(CONFIG_SLUB_DEBUG_ON)
|
||||
#if !defined(CONFIG_SLUB)
|
||||
if (!strcmp(s->name, name)) {
|
||||
pr_err("%s (%s): Cache name already exists.\n",
|
||||
__func__, name);
|
||||
|
Loading…
Reference in New Issue
Block a user