fishinabarrel / linux-kernel-module-rust

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

Rename FileSystemRegistration to Registration #196

Closed luisgerhorst closed 5 years ago

luisgerhorst commented 5 years ago

Simply use it as filesystem::Registration. src/chrdev.rs also simply calls it Registration and not ChrdevRegistration.