swapoff(2): replace special device name argument with a structure For compatibility, add a placeholder pointer to the start of the added struct swapoff_new_args, and use it to distinguish old vs. new style of syscall invocation.
swapoff(2): add a SW_OFF_FORCE flag The flag requests skipping the heuristic which tries to avoid leaving system with more allocated memory than available from RAM and remanining swap.
swapoff: add -f flag to force swapout by ignoring the heuristic that calculates amount of allocated memory against total of RAM plus remaining swap.