[][src]Function linux::syscall::swapoff

pub fn swapoff(path: KStr) -> c_int

Removes a swap file/device.

[argument, path] The path of the file/device.

= See also

  • link:man:swapoff(2)