Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2019 00:37:14 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r342906 - head/sys/net
Message-ID:  <201901100037.x0A0bE88098327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Thu Jan 10 00:37:14 2019
New Revision: 342906
URL: https://svnweb.freebsd.org/changeset/base/342906

Log:
  Bring the comment up to date.

Modified:
  head/sys/net/if_vlan.c

Modified: head/sys/net/if_vlan.c
==============================================================================
--- head/sys/net/if_vlan.c	Thu Jan 10 00:25:12 2019	(r342905)
+++ head/sys/net/if_vlan.c	Thu Jan 10 00:37:14 2019	(r342906)
@@ -607,7 +607,7 @@ vlan_iflladdr(void *arg __unused, struct ifnet *ifp)
 	struct ifvlantrunk *trunk;
 	struct sockaddr_dl *sdl;
 
-	/* Need the rmlock since this is run on taskqueue_swi. */
+	/* Need the epoch since this is run on taskqueue_swi. */
 	NET_EPOCH_ENTER(et);
 	trunk = ifp->if_vlantrunk;
 	if (trunk == NULL) {



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