fishinabarrel / linux-kernel-module-rust

Framework for writing Linux kernel modules in safe Rust
GNU General Public License v2.0
1.34k stars 120 forks source link

Allow filesystems to define mount_callback #198

Closed luisgerhorst closed 5 years ago

luisgerhorst commented 5 years ago

Althought many filesystems use mount_nodev, some (e.g. bfs) may want to use mount_bdev.