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

Remove unneeded FS_REQUIRES_DEV from TestFS FLAGS #206

Closed luisgerhorst closed 5 years ago

luisgerhorst commented 5 years ago

See https://github.com/torvalds/linux/blob/86c2f5d653058798703549e1be39a819fcac0d5d/fs/autofs/init.c#L16 for a upstream filesystem that does also not set any flags.