Date: Tue, 25 Sep 2012 21:19:18 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r240932 - head/sys/net Message-ID: <201209252119.q8PLJI0n097390@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209252119.q8PLJI0n097390>