From owner-svn-src-all@FreeBSD.ORG Tue Sep 25 23:41:46 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BECD1065670; Tue, 25 Sep 2012 23:41:46 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5788C8FC0A; Tue, 25 Sep 2012 23:41:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8PNfk6U015394; Tue, 25 Sep 2012 23:41:46 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8PNfkKl015392; Tue, 25 Sep 2012 23:41:46 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201209252341.q8PNfkKl015392@svn.freebsd.org> From: Ed Maste Date: Tue, 25 Sep 2012 23:41:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r240942 - head/sys/net X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 23:41:46 -0000 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_ */