svn commit: r240938 - head/sys/net
Pawel Jakub Dawidek
pjd at FreeBSD.org
Wed Sep 26 07:54:20 UTC 2012
On Tue, Sep 25, 2012 at 10:10:14PM +0000, Ed Maste wrote:
[...]
> Note: if_tun had the same issue, addressed in SVN revisions r186391,
> r186483 and r186497. The use of the condvar there appears to be
> redundant with the functionality provided by destroy_dev.
[...]
> --- head/sys/net/if_tapvar.h Tue Sep 25 21:33:36 2012 (r240937)
> +++ head/sys/net/if_tapvar.h Tue Sep 25 22:10:14 2012 (r240938)
> @@ -64,6 +64,7 @@ struct tap_softc {
> SLIST_ENTRY(tap_softc) tap_next; /* next device in chain */
> struct cdev *tap_dev;
> struct mtx tap_mtx; /* per-softc mutex */
> + struct cv tap_cv; /* protect ref'd dev destroy */
> };
So maybe there is no need to add it?:)
--
Pawel Jakub Dawidek http://www.wheelsystems.com
FreeBSD committer http://www.FreeBSD.org
Am I Evil? Yes, I Am! http://tupytaj.pl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20120926/6b80700d/attachment.pgp
More information about the svn-src-head
mailing list