NetBSD/sys/miscfs/union
wrstuden a0f2937049 Define VLAYER and make layered fs's set this flag when creating their vnodes.
getnewvnode now checks this bit, and it if's set makes sure a vnode's not
locked before removing it from the free list.

Closes PR 7954 by Alan Barrett <apb@iafrica.com>.
1999-07-15 21:30:31 +00:00
..
Makefile
union.h
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 Adjust for cwdinfo changes. Pointed out by Bernd Ernesti. 1999-05-02 00:18:31 +00:00
union_vnops.c We must handle MNT_NODEV at open time, so add an open op for null and union, 1999-03-25 13:05:41 +00:00