svn commit: r342906 - head/sys/net

Gleb Smirnoff glebius at FreeBSD.org
Thu Jan 10 00:37:15 UTC 2019


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) {


More information about the svn-src-all mailing list