Date: Sun, 9 Mar 2003 12:38:56 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_cow.c Message-ID: <200303092038.h29KcuAf059403@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/03/09 12:38:56 PST FreeBSD src repository Modified files: sys/kern uipc_cow.c Log: Remove some unnecessary actions by the zero-copy setup and teardown code. Remove an incorrect comment. (Incrementing an object's reference count does not prevent a process from exiting. The real concern here is that the physical page must not be deleted until transmission is complete. That is already handled by the VM system and sf_buf_free().) Tested by: ken Revision Changes Path 1.8 +1 -10 src/sys/kern/uipc_cow.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303092038.h29KcuAf059403>