Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2012 23:41:46 +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: r240942 - head/sys/net
Message-ID:  <201209252341.q8PNfkKl015392@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Tue Sep 25 23:41:45 2012
New Revision: 240942
URL: http://svn.freebsd.org/changeset/base/240942

Log:
  Revert part of an earlier patch attempt that snuck in with r240938.

Modified:
  head/sys/net/if_tapvar.h

Modified: head/sys/net/if_tapvar.h
==============================================================================
--- head/sys/net/if_tapvar.h	Tue Sep 25 22:31:35 2012	(r240941)
+++ head/sys/net/if_tapvar.h	Tue Sep 25 23:41:45 2012	(r240942)
@@ -64,7 +64,6 @@ 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 */ 
 };
 
 #endif /* !_NET_IF_TAPVAR_H_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209252341.q8PNfkKl015392>