NTFS issue (was: Panic w/crash dump (looks like atomic.h problem))

2001-01-19 Thread Rogier Mulhuijzen
a quick look at kldstat output pinpointed the ??'s in my stacktrace(see previous posts) to ntfs.ko. Compiled NTFS into my kernel and reproduced the crash. Taking a look at the trace now: #11 0xc01c0c97 in vref (vp=0x0) at machine/atomic.h:332 #12 0xc0239592 in ntfs_vgetex (mp=0xc0f7dc00,

Re: NTFS issue (was: Panic w/crash dump (looks like atomic.h problem))

2001-01-19 Thread Boris Popov
On Fri, 19 Jan 2001, Rogier Mulhuijzen wrote: During normal operation on my NTFS partition I got no messages, so I took a bold step and added 'ip-i_devvp = ntmp-ntm_devvp;' just before the VREF call. You're absolutely right here. This line definitely should be presented in the code.

Re: NTFS issue (was: Panic w/crash dump (looks like atomic.h problem))

2001-01-19 Thread Boris Popov
On Sat, 20 Jan 2001, Boris Popov wrote: On Fri, 19 Jan 2001, Rogier Mulhuijzen wrote: During normal operation on my NTFS partition I got no messages, so I took a bold step and added 'ip-i_devvp = ntmp-ntm_devvp;' just before the VREF call. You're absolutely right here. This line