--- trivial-2.5.20/fs/fcntl.c.orig Mon Jun 3 15:25:18 2002
+++ trivial-2.5.20/fs/fcntl.c Mon Jun 3 15:25:18 2002
@@ -551,7 +551,7 @@
static int __init fasync_init(void)
{
- fasync_cache = kmem_cache_create("fasync cache",
+ fasync_cache = kmem_cache_create("fasync_cache",
sizeof(struct fasync_struct), 0, 0, NULL, NULL);
if (!fasync_cache)
panic("cannot create fasync slab cache");
--- trivial-2.5.20/fs/locks.c.orig Mon Jun 3 15:25:18 2002
+++ trivial-2.5.20/fs/locks.c Mon Jun 3 15:25:18 2002
@@ -1940,7 +1940,7 @@
static int __init filelock_init(void)
{
- filelock_cache = kmem_cache_create("file lock cache",
+ filelock_cache = kmem_cache_create("file_lock_cache",
sizeof(struct file_lock), 0, 0, init_once, NULL);
if (!filelock_cache)
panic("cannot create file lock slab cache");
-- Anyone who quotes me in their sig is an idiot. -- Rusty Russell. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/