cvs commit: src/sys/net if_tap.c
Maksim Yevmenkin
emax at FreeBSD.org
Wed May 17 10:05:23 PDT 2006
emax 2006-05-17 17:05:02 UTC
FreeBSD src repository
Modified files:
sys/net if_tap.c
Log:
Do not call knlist_destroy() in tapclose(). Instead call it when device is
actually destroyed. Also move call to knlist_init() into tapcreate(). This
should fix panic described in kern/95357.
PR: kern/95357
No response from: freebsd-current@
MFC after: 3 days
Revision Changes Path
1.60 +3 -4 src/sys/net/if_tap.c
More information about the cvs-src
mailing list