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) { _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"