cgd 32c2dba8da Mike Karels' solution to Andrew Herbert <andrew@werple.apana.org.au>'s
kern_exit race condition problem.  this is a hack:
	don't vrele() or vgoneall() if we don't have the vnode
	any more.  no vgoneall() is necessary, because if the refcnt
	is zero, there's nobody to take it away from!
a possible "real" long term solution would be to change the extra ref
into a bit in the vnode's flags, and DTRT in the places where the last
ref is killed.  That has some problems, too.
1994-02-11 03:09:17 +00:00
..
1994-02-05 02:23:30 +00:00
1994-02-05 02:23:30 +00:00
1994-02-05 02:23:30 +00:00
1994-01-30 13:22:05 +00:00
1994-02-03 16:17:25 +00:00
1994-02-09 20:18:17 +00:00
1994-02-01 01:04:07 +00:00