cb448a064d
"panic: lockmgr: using decommisioned lock" (only if DIAGNOSTIC) The problem turned out to be due to the way LK_DRAIN was (not) handled in union_lock; it just got passed through to the lock on the upper vnode (which got marked as decommissioned, instead of that happening to the union vnode. When the upper vnode was next locked (typically when it was released), it went kaboom. |
||
---|---|---|
.. | ||
Makefile | ||
union_subr.c | ||
union_vfsops.c | ||
union_vnops.c | ||
union.h |