]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Two changes:
authorAlan Cox <alc@FreeBSD.org>
Mon, 15 Mar 1999 06:24:52 +0000 (06:24 +0000)
committerAlan Cox <alc@FreeBSD.org>
Mon, 15 Mar 1999 06:24:52 +0000 (06:24 +0000)
commit44428f621de9d1c91ed3f6f3e5fa94ef16768d7b
treef43eaf104fc88a5691f91dbce43134aae8fcfe25
parent50d3b68c819c0eddfbd77642785d93c128943716
Two changes:

In general, vm_map_simplify_entry should be performed INSIDE
the loop that traverses the map, not outside.  (Changed:
vm_map_inherit, vm_map_pageable.)

vm_fault_unwire doesn't acquire the map lock (or block holding
it).  Thus, vm_map_set/clear_recursive shouldn't be called.
(Changed: vm_map_user_pageable, vm_map_pageable.)
sys/vm/vm_map.c