]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
+ Fix another possible vn_close race, in the same fashion as r1.95.
authorJonathan Lemon <jlemon@FreeBSD.org>
Fri, 2 Nov 2001 17:04:32 +0000 (17:04 +0000)
committerJonathan Lemon <jlemon@FreeBSD.org>
Fri, 2 Nov 2001 17:04:32 +0000 (17:04 +0000)
commit198475ebeb8e3c84c3176ea068b5d2df226ad464
tree44962cae93e1182d6eef9b2d3b633f73841014f1
parent5fab7614f4f201cfa378f11f5523ebce0015ccab
 + Fix another possible vn_close race, in the same fashion as r1.95.
 + Check that the cached vnode type != VBAD before calling devsw(),
   this can happen if the vnode has been revoked.
sys/kern/tty_cons.c