kevans 70c45ec99a 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.
2019-10-20 22:55:47 +00:00
..
2019-10-19 07:10:15 +00:00
2019-10-19 14:56:44 +00:00
2019-08-25 17:13:00 +00:00
2019-10-07 22:40:05 +00:00
2019-09-27 19:17:40 +00:00
2019-10-17 21:33:01 +00:00
2019-10-18 17:01:27 +00:00
2019-10-19 16:37:49 +00:00