diff --git a/[refs] b/[refs] index 1227bcb0d686..a84ff2c54d04 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4b57ad939263935e4e3aec4d74a11dd02a3421e4 +refs/heads/master: 068ce415bea9e2b96bde76dc1bf6e672a89903ee diff --git a/trunk/mm/slub.c b/trunk/mm/slub.c index f96d8bcec54f..79fe9c6b93cf 100644 --- a/trunk/mm/slub.c +++ b/trunk/mm/slub.c @@ -5405,7 +5405,7 @@ static int __init slab_sysfs_init(void) err = sysfs_slab_alias(al->s, al->name); if (err) printk(KERN_ERR "SLUB: Unable to add boot slab alias" - " %s to sysfs\n", s->name); + " %s to sysfs\n", al->name); kfree(al); }