[2.5.70] Kernel panic: Attempted to kill init!

From: Milton Miller (miltonm@bga.com)
Date: Wed May 28 2003 - 02:50:08 EST


===== fs/coda/inode.c 1.25 vs edited =====
--- 1.25/fs/coda/inode.c Sun May 25 20:38:56 2003
+++ edited/fs/coda/inode.c Wed May 28 02:38:28 2003
@@ -70,7 +70,7 @@
{
coda_inode_cachep = kmem_cache_create("coda_inode_cache",
sizeof(struct coda_inode_info),
- 0, SLAB_HWCACHE_ALIGN||SLAB_RECLAIM_ACCOUNT,
+ 0, SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT,
init_once, NULL);
if (coda_inode_cachep == NULL)
return -ENOMEM;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/