Skip to content

Commit 45ccaf4

Browse files
committed
Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux into for-3.16-rcX
2 parents 048e5a0 + 6946174 commit 45ccaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/slab_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static int kmem_cache_sanity_check(const char *name, size_t size)
5555
continue;
5656
}
5757

58-
#if !defined(CONFIG_SLUB) || !defined(CONFIG_SLUB_DEBUG_ON)
58+
#if !defined(CONFIG_SLUB)
5959
if (!strcmp(s->name, name)) {
6060
pr_err("%s (%s): Cache name already exists.\n",
6161
__func__, name);

0 commit comments

Comments
 (0)