K 10 svn:author V 5 kmacy K 8 svn:date V 27 2008-12-25T02:14:25.250930Z K 7 svn:log V 306 - Close a race during which the open flag could be cleared but the tun_softc would still be referenced by adding a separate TUN_CLOSED flag that is set after tunclose is done referencing it. - drop the tun_mtx after the flag check to avoid holding it across if_detach which can recurse in to if_tun.c END