K 10 svn:author V 4 kato K 8 svn:date V 27 1997-08-12T07:18:59.000000Z K 7 svn:log V 403 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 Obtained from: NetBSD/pc98 END