NetBSD/sys/miscfs/union
marc efbd14c45d mounting a union causes VOP_WHITEOUT to be called on the upper root
vn, with a 0 component.  If the upper fs was a unionfs,
union_whiteout() would deref compnent to get a struct proc, and panic.
struct proc was only being passed to FIXUP, which never used it.  It
turns out this happened a lot.  I ripped most of the unneeded code
out, and left in the few places that really did need the proc handle.
1998-03-17 08:36:57 +00:00
..
union.h Eliminate bogus uses of V{READ,WRITE,EXEC}. Use S_I[RWX]{USR,GRP,OTH} where 1997-05-05 07:13:57 +00:00
union_subr.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
union_vfsops.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
union_vnops.c mounting a union causes VOP_WHITEOUT to be called on the upper root 1998-03-17 08:36:57 +00:00