K 10 svn:author V 3 imp K 8 svn:date V 27 2020-09-14T23:30:04.566683Z K 7 svn:log V 327 Don't do the busy dance in icee_open/close We don't need to do the busy dance for this driver. It's handled by destroy_dev() entirely. Since all we did was busy/unbusy in open/close, just delete them. We therefore don't need to track closes either. Reviewed by: ian@ Differential Revision: https://reviews.freebsd.org/D26431 END