pub fn proc_fs(
locked: &mut Locked<Unlocked>,
current_task: &CurrentTask,
options: FileSystemOptions,
) -> Result<FileSystemHandle, Errno>Expand description
Returns kernel’s procfs instance, initializing it if needed.
pub fn proc_fs(
locked: &mut Locked<Unlocked>,
current_task: &CurrentTask,
options: FileSystemOptions,
) -> Result<FileSystemHandle, Errno>Returns kernel’s procfs instance, initializing it if needed.