NetBSD/sys/miscfs
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
..
deadfs
fdesc
fifofs
genfs
kernfs
nullfs Fix flags mess-up in vget. LK_EXCLUSIVE -> 0 (even indicated in the 1998-03-11 15:52:02 +00:00
portal
procfs
specfs
umapfs
union mounting a union causes VOP_WHITEOUT to be called on the upper root 1998-03-17 08:36:57 +00:00