NetBSD/sys/miscfs/union
wrstuden e682a080e9 In spec_close(), if we're not doing a non-blocking close and VXLOCK is
not set, unlock the vnode before calling the device's close routine and
relock it after it returns. tty close routines will sleep waiting for
buffers to drain, which won't happen often times as the other side needs
to grab the vnode lock first.

Make all unmount routines lock the device vnode before calling VOP_CLOSE().
1999-10-16 23:53:26 +00:00
..
Makefile
union.h Fix PR5146: reboot with working directory in unionfs causes 1999-08-01 00:00:57 +00:00
union_subr.c In spec_close(), if we're not doing a non-blocking close and VXLOCK is 1999-10-16 23:53:26 +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 PR4439: directory link count in unions where only upper directory 1999-08-01 23:16:34 +00:00