]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In UDPv6, reduce scope of global udbinfo lock during append to last
authorrwatson <rwatson@FreeBSD.org>
Sun, 31 Aug 2008 13:16:45 +0000 (13:16 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sun, 31 Aug 2008 13:16:45 +0000 (13:16 +0000)
commit2d23f13f7f4cdaadb7247c2f0597e503d6035508
tree31d76d037333cdadfae01cf366386c8640ac42c2
parent59f71b4d7123118072e12e5a4d01a26cb50738a7
In UDPv6, reduce scope of global udbinfo lock during append to last
matching socket by dropping it before udp6_append(), and remove
duplicate unlocks of udbinfo and inpcb in sysctl return path.

MFC after: 3 days
sys/netinet6/udp6_usrreq.c