kernel file creation query...

2002-06-21 Thread Nitin Bahadur
Hi, This might be a lame query...but ... I am trying to create a file from kernel space given the vnode of the parent directory using VOP_CREATE. The code is as below. int make_file(struct vnode *dvp, struct vnode **vpp, struct proc *p, char *name) { struct componentname cnp; struc

kernel crash in nfs code...

2002-06-08 Thread NITIN BAHADUR
Hi, I recently had 3 kernel crashes on 2 different machines in the same place. The machines have 3 GB memory (but MAXMEM is set to 1 GB in kernel config file). The machines are running freeBSD 4.4, Sept 16th build. Enlcosed is the trace of the crash... #0 dumpsys () at ../../kern/kern_shutdow