Changes between Initial Version and Version 1 of Ticket #8971
- Timestamp:
- Sep 10, 2012, 11:57:39 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8971 – Description
initial v1 8 8 9 9 This is generally a problem of knowing where the old swap file *was* on reboot. a syscall may be a good solution (not requiring a reboot for swapfile changes, maybe a _kern_swap_reprovision call that will: 10 * Make the kernel erase the flush the swap file into memory (if possible)10 * Make the kernel flush the swap file into memory (if possible or return a failure) 11 11 * Make the kernel erase the current swap file from disk, and re-read the virtual_memory config to set up the new swap file.