Page MenuHomeFreeBSD

sys: Remove/update references to the swapper process in various comments
ClosedPublic

Authored by jhb on Dec 3 2025, 4:33 PM.
Tags
None
Referenced Files
F163284588: D54051.id167553.diff
Tue, Jul 21, 5:51 PM
Unknown Object (File)
Sun, Jul 19, 1:53 PM
Unknown Object (File)
Wed, Jul 15, 6:57 AM
Unknown Object (File)
Wed, Jul 15, 6:57 AM
Unknown Object (File)
Sat, Jul 11, 6:10 PM
Unknown Object (File)
Thu, Jul 9, 11:57 PM
Unknown Object (File)
Thu, Jun 25, 9:04 PM
Unknown Object (File)
Mon, Jun 22, 11:20 PM
Subscribers

Diff Detail

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

Event Timeline

jhb requested review of this revision.Dec 3 2025, 4:33 PM
olce added a subscriber: olce.

There is an occurrence of "swapper" in sys/vm/vnode_pager.c that seems to also point to the swapper process.

This revision is now accepted and ready to land.Dec 3 2025, 4:58 PM

There is an occurrence of "swapper" in sys/vm/vnode_pager.c that seems to also point to the swapper process.

I think that might be a reference to the swap pager as swap_pager_putpages() can do asynchronous I/O. I probably should fix that comment though to reference the swap pager now that I've looked at it in more detail though. There are a couple of "swapper" mentions in swap_pager.c that are clearly about the swap pager, as well, but they are not as trivial to rewrite.