alc 2006-08-06 01:00:10 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_syscalls.c
Log:
Reduce the scope of the page queues lock in kern_sendfile() now that
vm_page_sleep_if_busy() no longer requires the caller to hold the page
queues lock.
Revision Changes Path
1.236 +4 -4 src/sys/kern/uipc_syscalls.c