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))
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to