svn commit: r240932 - head/sys/net

Ed Maste emaste at FreeBSD.org
Tue Sep 25 21:19:18 UTC 2012


Author: emaste
Date: Tue Sep 25 21:19:17 2012
New Revision: 240932
URL: http://svn.freebsd.org/changeset/base/240932

Log:
  Remove an incorrect comment

Modified:
  head/sys/net/if_tun.c

Modified: head/sys/net/if_tun.c
==============================================================================
--- head/sys/net/if_tun.c	Tue Sep 25 21:11:40 2012	(r240931)
+++ head/sys/net/if_tun.c	Tue Sep 25 21:19:17 2012	(r240932)
@@ -246,7 +246,6 @@ tun_destroy(struct tun_softc *tp)
 {
 	struct cdev *dev;
 
-	/* Unlocked read. */
 	mtx_lock(&tp->tun_mtx);
 	if ((tp->tun_flags & TUN_OPEN) != 0)
 		cv_wait_unlock(&tp->tun_cv, &tp->tun_mtx);


More information about the svn-src-head mailing list