]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Further work on pushing Giant out of the vm_map layer and down
authoralc <alc@FreeBSD.org>
Fri, 31 May 2002 03:48:55 +0000 (03:48 +0000)
committeralc <alc@FreeBSD.org>
Fri, 31 May 2002 03:48:55 +0000 (03:48 +0000)
commit0b8e31ba859b8aa3aec339fcf67bd05866096ac2
treeaa180bd378cb5373e44a712b0fdbf6416abcf3f2
parentcf0d37c01ce3cca726bdc3c525f3a38918b47b33
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().
sys/vm/vm_map.c
sys/vm/vm_object.c