Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/09/1998 18:50:02
thorpej
Thu Apr  9 18:43:54 PDT 1998
Update of /cvsroot/src/sys/miscfs/union
In directory nb00:/tmp/cvs-serv14427

Modified Files:
	union_vnops.c 
Log Message:
Fix two problems in union_link():
(1) Fix a typo that caused a NULL pointer deref.
(2) union_copyup() locks the vnode, so unlock it before calling relookup().
PR #5272, MINOURA, Makoto <minoura@kw.netlaputa.ne.jp>.