Date: Sat, 18 Sep 2010 11:18:42 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern uipc_socket.c src/sys/sys socketvar.h Message-ID: <201009181119.o8IBJDPj079087@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2010-09-18 11:18:42 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_socket.c
sys/sys socketvar.h
Log:
SVN rev 212822 on 2010-09-18 11:18:42Z by rwatson
With reworking of the socket life cycle in 7.x, the need for a "sotryfree()"
was eliminated: all references to sockets are explicitly managed by sorele()
and the protocols. As such, garbage collect sotryfree(), and update
sofree() comments to make the new world order more clear.
MFC after: 3 days
Reported by: Anuranjan Shukla <anshukla at juniper dot net>
Revision Changes Path
1.350 +5 -5 src/sys/kern/uipc_socket.c
1.174 +0 -11 src/sys/sys/socketvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009181119.o8IBJDPj079087>
