svn commit: r342870 - head/sys/net

Gleb Smirnoff glebius at FreeBSD.org
Wed Jan 9 00:38:17 UTC 2019


Author: glebius
Date: Wed Jan  9 00:38:16 2019
New Revision: 342870
URL: https://svnweb.freebsd.org/changeset/base/342870

Log:
  Remove part of comment that doesn't match reality.

Modified:
  head/sys/net/if.c

Modified: head/sys/net/if.c
==============================================================================
--- head/sys/net/if.c	Wed Jan  9 00:31:10 2019	(r342869)
+++ head/sys/net/if.c	Wed Jan  9 00:38:16 2019	(r342870)
@@ -2048,9 +2048,7 @@ ifa_ifwithnet(const struct sockaddr *addr, int ignore_
 
 	/*
 	 * Scan though each interface, looking for ones that have addresses
-	 * in this address family and the requested fib.  Maintain a reference
-	 * on ifa_maybe once we find one, as we release the IF_ADDR_RLOCK() that
-	 * kept it stable when we move onto the next interface.
+	 * in this address family and the requested fib.
 	 */
 	CK_STAILQ_FOREACH(ifp, &V_ifnet, if_link) {
 		if ((fibnum != RT_ALL_FIBS) && (ifp->if_fib != fibnum))


More information about the svn-src-all mailing list