Re: patches for FreeBSD 6.0-RELEASE
Tomas Olsson <[email protected]>
| Newsgroups | gmane.comp.file-systems.arla.general |
|---|---|
| Message-ID | <87y81g5b90.fsf@nikto.i-did-not-set--mail-host-address--so-shoot-me> |
Gernot Hueber <[email protected]> writes: > The patched mount_nnpfs panics in kernel_mount (nnpfs_vfsops-freebsd.c). > I don't see that function in that file. As I said, > > Do you have stack traces? core dump + gdb helps a lot. > dumpon and savecore are nice commands, and there's a chapter on kernel debugging in the FreeBSD Developer's Handbook. Do GENERIC users get a debuggable version of the kernel? And > > my guess is that you messed up the dead_vnodeop* part... > I would start by putting the static struct vnodeopv_entry_desc nnpfs_dead_vnodeop_entries[] = { part back into nnpfs_vfsops-freebsd.c (it is removed by the patch) and try to figure out how to make it compile properly. Happy hacking :) /t