Date: Tue, 13 Sep 2005 14:37:58 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.c Message-ID: <200509131437.j8DEbwJX056903@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-09-13 14:37:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet if_ether.c Log: MFC 1.141: - Do not hold route entry lock, when calling arprequest(). One such call was introduced by me in 1.139, the other one was present before. - Do all manipulations with rtentry and la before dropping the lock. - Copy interface address from route into local variable before dropping the lock. Supply this copy as argument to arprequest(). (LOR Ids in original commit message.) Approved by: re (scottl) Revision Changes Path 1.137.2.3 +17 -9 src/sys/netinet/if_ether.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509131437.j8DEbwJX056903>