Page MenuHomeFreeBSD

vm_page: make iter_insert() public
ClosedPublic

Authored by dougm on May 7 2025, 9:37 PM.
Tags
None
Referenced Files
F125651059: D50248.id155173.diff
Sun, Aug 10, 11:51 AM
Unknown Object (File)
Mon, Aug 4, 11:11 PM
Unknown Object (File)
Tue, Jul 29, 9:48 AM
Unknown Object (File)
Tue, Jul 29, 8:49 AM
Unknown Object (File)
Tue, Jul 29, 1:12 AM
Unknown Object (File)
Sat, Jul 26, 10:43 AM
Unknown Object (File)
Wed, Jul 23, 1:33 AM
Unknown Object (File)
Sat, Jul 12, 12:12 PM

Details

Summary

In places where vm_page_insert() is used after lookups, or for consecutive pages, use vm_page_iter_insert instead.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dougm requested review of this revision.May 7 2025, 9:37 PM
This revision is now accepted and ready to land.May 7 2025, 11:18 PM
markj added inline comments.
sys/amd64/sgx/sgx.c
238

Indentation here should be by 4 spaces.

This revision was automatically updated to reflect the committed changes.