Skip to main content

kernel/vfs/
mod.rs

1// SPDX-License-Identifier: GPL-3.0-only
2//! The VFS subsystem; creates and managed VFS namespaces like `fs:/`, `dev:/`, ...
3//!
4//! Authors: MarioS271
5
6pub(crate) mod state;