git: kernel - Update comments on PG_BUSY rules with page wirings
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Sep 16 19:31:56 PDT 2026
commit d1bc137801db5883d7ffa8f36bf77fb3b88bd734
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Sep 16 19:29:11 2026 -0700
kernel - Update comments on PG_BUSY rules with page wirings
* Adjust code comments to reflect that a vm_page's wire_count can transition
from 1->0 without being busied under certain circumstances.
* The pmap system is allowed to do this when removing pages because other
references to the page are still present and there will be no race
against a vm_page freeing operation.
Summary of changes:
sys/vm/vm_page.h | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d1bc137801db5883d7ffa8f36bf77fb3b88bd734
--
DragonFly BSD source repository
More information about the Commits
mailing list