Re: [OpenAFS] afsd segfaults

2002-02-28 Thread Ian D
Derek Atkins <[EMAIL PROTECTED]> writes: > compare the inode init in afs_NewVCache() in src/afs/afs_vcache.c > with init_once() in linux/fs/inode.c I can say this: I have no idea what I'm looking for in afs_NewVCache. init_once in fs/inode.c is: static void init_once(void * foo, kmem_cache_t *

Re: [OpenAFS] afsd segfaults

2002-02-28 Thread Derek Atkins
compare the inode init in afs_NewVCache() in src/afs/afs_vcache.c with init_once() in linux/fs/inode.c -derek Ian D <[EMAIL PROTECTED]> writes: > Derek Atkins <[EMAIL PROTECTED]> writes: > > > Have you compared the source files as I asked? If not, then do it. > > Report what you find. No oth

Re: [OpenAFS] afsd segfaults

2002-02-28 Thread Derek Atkins
Have you compared the source files as I asked? If not, then do it. Report what you find. No other report is interesting until you report on the comparrison. -derek Ian D <[EMAIL PROTECTED]> writes: > Derek Atkins <[EMAIL PROTECTED]> writes: > > > Ian D <[EMAIL PROTECTED]> writes: > > > > >

Re: [OpenAFS] afsd segfaults

2002-02-28 Thread Ian D
Derek Atkins <[EMAIL PROTECTED]> writes: > Ian D <[EMAIL PROTECTED]> writes: > > > Derek Atkins <[EMAIL PROTECTED]> writes: > > > > > Another thing to verify is whether the inode initialization function > > > in OpenAFS matches the init_once() in linux/fs/inode.c. It's > > > possible that mand

Re: [OpenAFS] afsd segfaults

2002-02-28 Thread Derek Atkins
Ian D <[EMAIL PROTECTED]> writes: > Derek Atkins <[EMAIL PROTECTED]> writes: > > > Another thing to verify is whether the inode initialization function > > in OpenAFS matches the init_once() in linux/fs/inode.c. It's > > possible that mandrake has (yet another) weird kernel patch, and > > that