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
F153248248: D47212.id145245.diff
Mon, Apr 20, 1:32 AM
Unknown Object (File)
Sun, Apr 19, 8:24 PM
Unknown Object (File)
Sat, Apr 18, 1:25 PM
Unknown Object (File)
Sun, Apr 12, 3:32 PM
Unknown Object (File)
Sun, Apr 12, 10:50 AM
Unknown Object (File)
Sun, Apr 12, 1:50 AM
Unknown Object (File)
Sat, Apr 11, 9:17 PM
Unknown Object (File)
Fri, Apr 10, 4:59 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.