Date: Wed, 19 Jun 2002 19:04:55 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_unix.c Message-ID: <200206200204.g5K24tY52596@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/06/19 19:04:55 PDT
Modified files:
sys/vm vm_unix.c
Log:
o Acquire and release the vm_map lock instead of Giant in obreak().
Consequently, use vm_map_insert() and vm_map_delete(), which expect
the vm_map to be locked, instead of vm_map_find() and vm_map_remove(),
which do not.
Revision Changes Path
1.38 +7 -11 src/sys/vm/vm_unix.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?200206200204.g5K24tY52596>
