Date: Sun, 2 Jan 2005 15:33:13 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netipx spx_usrreq.c Message-ID: <200501021533.j02FXD32018330@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-01-02 15:33:13 UTC FreeBSD src repository Modified files: sys/netipx spx_usrreq.c Log: Explicitly lock the send socket buffer in spx_reass() to cover the drop record loop for ACK'd data, rather than relying on lokcing in sbdroprecord() and sowwakeup(), reducing the number of lock operations as well as eliminating a possible race against the head of the send buffer mbuf chain. Use the _locked variants of sbdroprecord() and sowwakeup(). Revision Changes Path 1.56 +3 -2 src/sys/netipx/spx_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501021533.j02FXD32018330>