sb_kern_mount

Function sb_kern_mount 

Source
pub fn sb_kern_mount(
    current_task: &CurrentTask,
    fs: &FileSystem,
) -> Result<(), Errno>
Expand description

Check permission before mounting fs. Corresponds to the sb_kern_mount() LSM hook.