fishinabarrel / linux-kernel-module-rust

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

Naming of flags is inconsistent #264

Closed geofft closed 4 years ago

geofft commented 4 years ago

FileSystemFlags retains the FS prefix from the C headers but FileFlags drops the O prefix. We should pick one approach and be consistent.