freebsd-nq/sys/miscfs/union
KATO Takenori f8fc96b551 Fixed vnode corruption by undefined case in union_lookup(). When
uerror == 0 && lerror == EACCES, lowervp == NULLVP and union_allocvp
doesn't find existing union node and new union node is created.

Sicne it is dificult to cover all the case, union_lookup always
returns when union_lookup1() returns EACCES.

Submitted by:	Naofumi Honda <honda@Kururu.math.sci.hokudai.ac.jp>
Obtained from:	NetBSD/pc98
1997-08-12 07:18:59 +00:00
..
union_subr.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
union_vfsops.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
union_vnops.c Fixed vnode corruption by undefined case in union_lookup(). When 1997-08-12 07:18:59 +00:00
union.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00