* EFS breakage in 2.5
@ 2003-06-14 9:10 Dave Jones
2003-06-14 9:21 ` Andrew Morton
0 siblings, 1 reply; 4+ messages in thread
From: Dave Jones @ 2003-06-14 9:10 UTC (permalink / raw)
To: Linux Kernel
Current bk oopses during initialisation of EFS.
EFS: 1.0a - http://aeschi.ch.eu.org/efs/
-----------[ cut here ]-------------
kernel BUG at mm/slab.c:981!
invalid operand: 0000 [#1]
CPU: 0
EIP: 0060:[<c0144401>] Not tainted
EFLAGS: 00010202
EIP is at kmem_cache_create+0x12c/0x685
...
Call Trace:
init_inodecache
init_once
init_efs
do_initcalls
init_workqueues
init
init
kernel_thread_helper
<0> kernel panic: Attemped to kill init!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: EFS breakage in 2.5
2003-06-14 9:10 EFS breakage in 2.5 Dave Jones
@ 2003-06-14 9:21 ` Andrew Morton
2003-06-14 9:28 ` Dave Jones
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2003-06-14 9:21 UTC (permalink / raw)
To: Dave Jones; +Cc: linux-kernel
Dave Jones <davej@codemonkey.org.uk> wrote:
>
> Current bk oopses during initialisation of EFS.
diff -puN fs/efs/super.c~efs-typo-fix fs/efs/super.c
--- 25/fs/efs/super.c~efs-typo-fix 2003-06-14 02:20:27.000000000 -0700
+++ 25-akpm/fs/efs/super.c 2003-06-14 02:20:42.000000000 -0700
@@ -58,7 +58,7 @@ static int init_inodecache(void)
{
efs_inode_cachep = kmem_cache_create("efs_inode_cache",
sizeof(struct efs_inode_info),
- 0, SLAB_HWCACHE_ALIGN||SLAB_RECLAIM_ACCOUNT,
+ 0, SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT,
init_once, NULL);
if (efs_inode_cachep == NULL)
return -ENOMEM;
_
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: EFS breakage in 2.5
2003-06-14 9:21 ` Andrew Morton
@ 2003-06-14 9:28 ` Dave Jones
2003-06-14 9:38 ` Andrew Morton
0 siblings, 1 reply; 4+ messages in thread
From: Dave Jones @ 2003-06-14 9:28 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
On Sat, Jun 14, 2003 at 02:21:08AM -0700, Andrew Morton wrote:
> Dave Jones <davej@codemonkey.org.uk> wrote:
> >
> > Current bk oopses during initialisation of EFS.
>
> - 0, SLAB_HWCACHE_ALIGN||SLAB_RECLAIM_ACCOUNT,
> + 0, SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT,
Deja-vu. dee-dee-dee-dee...
That's got to be a cut-n-paste error from the same error that was
fixed a week or so back somewhere else. Hopefully it's the last.
Dave
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: EFS breakage in 2.5
2003-06-14 9:28 ` Dave Jones
@ 2003-06-14 9:38 ` Andrew Morton
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Morton @ 2003-06-14 9:38 UTC (permalink / raw)
To: Dave Jones; +Cc: linux-kernel
Dave Jones <davej@codemonkey.org.uk> wrote:
>
> Deja-vu. dee-dee-dee-dee...
I had to pinch myself ;)
> That's got to be a cut-n-paste error from the same error that was
> fixed a week or so back somewhere else. Hopefully it's the last.
It is. I checked.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-06-14 9:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-14 9:10 EFS breakage in 2.5 Dave Jones
2003-06-14 9:21 ` Andrew Morton
2003-06-14 9:28 ` Dave Jones
2003-06-14 9:38 ` Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.