Page MenuHomeFreeBSD

vm_page: drop mpred from grab_valid_iter()
ClosedPublic

Authored by dougm on Tue, May 20, 3:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 25, 1:58 PM
Unknown Object (File)
Sun, May 25, 7:10 AM
Unknown Object (File)
Sat, May 24, 6:04 PM
Unknown Object (File)
Sat, May 24, 5:53 AM
Unknown Object (File)
Sat, May 24, 4:12 AM
Unknown Object (File)
Sat, May 24, 4:04 AM
Unknown Object (File)
Fri, May 23, 2:30 PM
Unknown Object (File)
Fri, May 23, 12:07 PM
Subscribers

Details

Summary

Variable mpred in vm_page_grab_valid_iter() has become a write-only variable. Drop it.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dougm requested review of this revision.Tue, May 20, 3:19 AM
dougm created this revision.
This revision is now accepted and ready to land.Tue, May 20, 6:09 AM
This revision was automatically updated to reflect the committed changes.
alc added inline comments.
sys/vm/vm_page.c
4933

vm_page_alloc_iter(VM_ALLOC_WAITFAIL) performs the reset.

This revision is now accepted and ready to land.Sun, May 25, 6:31 AM
This revision was automatically updated to reflect the committed changes.