Page MenuHomeFreeBSD

Move swapout code into vm_swapout.c.
ClosedPublic

Authored by kib on Oct 13 2017, 7:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 26, 9:23 AM
Unknown Object (File)
Wed, Mar 25, 12:24 AM
Unknown Object (File)
Tue, Mar 24, 6:01 PM
Unknown Object (File)
Mon, Mar 23, 6:18 AM
Unknown Object (File)
Sun, Mar 22, 8:14 PM
Unknown Object (File)
Sat, Mar 21, 3:47 PM
Unknown Object (File)
Sat, Mar 21, 3:45 PM
Unknown Object (File)
Sat, Mar 21, 12:04 PM
Subscribers

Details

Summary

There is no NO_SWAPPING #ifdef left in the code.

Test Plan

Compile-tested only ATM. Both !NO_SWAPPING and NO_SWAPPING configs.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Looks ok to me. I like this approach better than, e.g., ffs_softdep.c, where the stubs are kept in the same file.

sys/vm/vm_swapout_dummy.c
71 ↗(On Diff #33965)

Extra newline.

This revision is now accepted and ready to land.Oct 13 2017, 7:31 PM
kib marked an inline comment as done.Oct 13 2017, 8:06 PM

Remove empty line.
Do not ever return from NO_SWAPPING swapper().

This revision now requires review to proceed.Oct 13 2017, 8:13 PM
This revision is now accepted and ready to land.Oct 19 2017, 5:14 AM
This revision was automatically updated to reflect the committed changes.