Changes between Initial Version and Version 1 of Ticket #8971


Ignore:
Timestamp:
Sep 10, 2012, 11:57:39 AM (12 years ago)
Author:
kallisti5
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8971 – Description

    initial v1  
    88
    99This 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)
    1111 * Make the kernel erase the current swap file from disk, and re-read the virtual_memory config to set up the new swap file.