Date: Sat, 1 Apr 2006 11:09:54 +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/kern kern_descrip.c Message-ID: <200604011109.k31B9suj094557@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-04-01 11:09:54 UTC
FreeBSD src repository
Modified files:
sys/kern kern_descrip.c
Log:
Mark fgetsock() and fputsock() as depcrecated: callers should rely on
the file descriptor reference, rather than paying additional lock
operations to acquire a socket reference from the file descriptor.
This will also help to ensure that file descriptor based socket
requests are not delivered to a socket after close. Most consumers
have already been converted to this model.
MFC after: 3 months
Revision Changes Path
1.294 +8 -2 src/sys/kern/kern_descrip.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604011109.k31B9suj094557>
