]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Assert that the containing vm object is locked in
authorAlan Cox <alc@FreeBSD.org>
Tue, 21 Oct 2003 19:36:51 +0000 (19:36 +0000)
committerAlan Cox <alc@FreeBSD.org>
Tue, 21 Oct 2003 19:36:51 +0000 (19:36 +0000)
commit0d42c05ff4f8f59eb65c9986a0744edba673eb5f
tree380bf615cc4b1a2e37ad01692e60b3a40363ea05
parentbbda0368bab100f80644b6559a4f3031412b6a35
 - Assert that the containing vm object is locked in
   vm_page_set_validclean().  (This function reads and modifies the
   vm page's valid field, which is synchronized by the lock on the
   containing vm object.)
sys/vm/vm_page.c