Date: Sun, 26 Apr 2009 19:05:40 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet ip_carp.c Message-ID: <200904261905.n3QJ5op6005600@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-04-26 19:05:40 UTC FreeBSD src repository Modified files: sys/netinet ip_carp.c Log: SVN rev 191528 on 2009-04-26 19:05:40Z by rwatson Acquire IF_ADDR_LOCK() around most iterations over ifp->if_addrhead (colloquially known as if_addrlist). Currently not acquired around interface address loops that call out to the routing code due to potential lock order issues. MFC after: 3 weeks Revision Changes Path 1.64 +17 -0 src/sys/netinet/ip_carp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904261905.n3QJ5op6005600>