Date: Mon, 27 Mar 2006 04:23:17 +0000 (UTC) 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_syscalls.c Message-ID: <200603270423.k2R4NHes073035@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2006-03-27 04:23:17 UTC FreeBSD src repository Modified files: sys/kern uipc_syscalls.c Log: Use NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of unconditionally acquiring Giant in kern_sendfile(). Guard against the forced reclamation of a vnode in kern_sendfile(). Discussed with: jeff Reviewed by: tegge MFC after: 3 weeks Revision Changes Path 1.225 +29 -4 src/sys/kern/uipc_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603270423.k2R4NHes073035>