Page MenuHomeFreeBSD

tmpfs_vnops: move swap work to swap_pager
ClosedPublic

Authored by dougm on Oct 21 2024, 10:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 27, 5:26 PM
Unknown Object (File)
Sun, Jun 22, 11:27 PM
Unknown Object (File)
Thu, Jun 12, 12:10 AM
Unknown Object (File)
Jun 1 2025, 10:35 AM
Unknown Object (File)
May 19 2025, 1:35 PM
Unknown Object (File)
Apr 30 2025, 5:25 AM
Unknown Object (File)
Apr 28 2025, 6:35 PM
Unknown Object (File)
Apr 23 2025, 6:15 AM
Subscribers

Details

Summary

Two functions in tmpfs_vnops.c use an interface provided by swap_pager.c. Move most of the implementation of those functions to swap_pager.c so that they can be implemented more effectively, with access to implementation details of the swap pager.

Diff Detail

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

Event Timeline

dougm created this revision.
This revision is now accepted and ready to land.Oct 21 2024, 5:28 PM
This revision was automatically updated to reflect the committed changes.