from March 1st current source (maybe), mount -t null causes kernel panic
on my ss10 box.
it's at kern/kern_lock.c
panic("lockmgr: locking against myself")
and it may be caused by miscfs/nullfs/null_subr.c
if (vget(cvp, LK_EXCLUSIVE))
... right?
any fix?
---
//mit