NetBSD/sys/miscfs/union
sommerfeld cb448a064d Fix PR5146: reboot with working directory in unionfs causes
"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.
1999-08-01 00:00:57 +00:00
..
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
union_subr.c Define VLAYER and make layered fs's set this flag when creating their vnodes. 1999-07-15 21:30:31 +00:00
union_vfsops.c On forced unmount, do a few passes of non-forced cleanups and then do 1999-07-31 23:56:15 +00:00
union_vnops.c Fix PR5146: reboot with working directory in unionfs causes 1999-08-01 00:00:57 +00:00
union.h Fix PR5146: reboot with working directory in unionfs causes 1999-08-01 00:00:57 +00:00