sb_remount

Function sb_remount 

Source
pub fn sb_remount(
    current_task: &CurrentTask,
    mount: &Mount,
    new_mount_options: FileSystemMountOptions,
) -> Result<(), Errno>
Expand description

Checks permission before remounting mount with new_mount_params. Corresponds to the sb_remount() LSM hook.