Date: Thu, 30 May 2002 20:48:56 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_object.c Message-ID: <200205310348.g4V3muW06086@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/05/30 20:48:56 PDT
Modified files:
sys/vm vm_map.c vm_object.c
Log:
Further work on pushing Giant out of the vm_map layer and down
into the vm_object layer:
o Acquire and release Giant in vm_object_shadow() and
vm_object_page_remove().
o Remove the GIANT_REQUIRED assertion preceding vm_map_delete()'s call
to vm_object_page_remove().
o Remove the acquisition and release of Giant around vm_map_lookup()'s
call to vm_object_shadow().
Revision Changes Path
1.238 +2 -3 src/sys/vm/vm_map.c
1.214 +13 -6 src/sys/vm/vm_object.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?200205310348.g4V3muW06086>
