]> Git Repo - J-linux.git/blob - rust/kernel/fs.rs
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / rust / kernel / fs.rs
1 // SPDX-License-Identifier: GPL-2.0
2
3 //! Kernel file systems.
4 //!
5 //! C headers: [`include/linux/fs.h`](srctree/include/linux/fs.h)
6
7 pub mod file;
8 pub use self::file::{File, LocalFile};
This page took 0.028351 seconds and 4 git commands to generate.