Date: Tue, 30 Jul 2002 11:51:07 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_syscalls.c Message-ID: <200207301851.g6UIp7FL038686@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/07/30 11:51:07 PDT Modified files: sys/kern uipc_syscalls.c Log: o In do_sendfile(), replace vm_page_sleep_busy() by vm_page_sleep_if_busy() and extend the scope of the page queues lock to cover all accesses to the page's flags and busy fields. Revision Changes Path 1.120 +6 -5 src/sys/kern/uipc_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207301851.g6UIp7FL038686>