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)
Mon, Mar 17, 7:31 AM
Unknown Object (File)
Feb 28 2025, 9:59 AM
Unknown Object (File)
Feb 17 2025, 4:25 PM
Unknown Object (File)
Feb 11 2025, 7:15 AM
Unknown Object (File)
Feb 10 2025, 12:48 PM
Unknown Object (File)
Jan 25 2025, 10:32 PM
Unknown Object (File)
Jan 25 2025, 9:47 PM
Unknown Object (File)
Jan 25 2025, 9:51 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.