K 10 svn:author V 6 kevans K 8 svn:date V 27 2019-10-20T22:55:47.261569Z K 7 svn:log V 346 tuntap(4): use cdevpriv w/ dtor for last close instead of d_close cdevpriv dtors will be called when the reference count on the associated struct file drops to 0, while d_close can be unreliable for cleaning up state at "last close" for a number of reasons. As far as tunclose/tundtor is concerned the difference is minimal, so make the switch. END