]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Now that access to the page's "act_count" field is synchronized by the page
authoralc <alc@FreeBSD.org>
Sat, 1 Jun 2013 20:32:34 +0000 (20:32 +0000)
committeralc <alc@FreeBSD.org>
Sat, 1 Jun 2013 20:32:34 +0000 (20:32 +0000)
commitece39b8d036223642b9cb1041316f0c28f28898b
tree0740d6c49e585e77f0a4020bbaf40d3781caf696
parente8a1ec6b90ed9e8e14bc9b12b1d267a0b1165038
Now that access to the page's "act_count" field is synchronized by the page
lock instead of the object lock, there is no reason for vm_page_activate()
to assert that the object is locked for either read or write access.
(The "VPO_UNMANAGED" flag never changes after page allocation.)

Sponsored by: EMC / Isilon Storage Division
sys/vm/vm_page.c