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)
Sat, Sep 20, 3:26 AM
Unknown Object (File)
Sep 5 2025, 1:30 PM
Unknown Object (File)
Sep 4 2025, 8:35 PM
Unknown Object (File)
Sep 4 2025, 4:46 PM
Unknown Object (File)
Sep 4 2025, 3:08 PM
Unknown Object (File)
Sep 4 2025, 12:04 PM
Unknown Object (File)
Aug 26 2025, 9:31 PM
Unknown Object (File)
Aug 3 2025, 10:54 PM
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.