Skip to content

rust: change FileFlags struct to flags module #828

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

wedsonaf
Copy link

This brings it in line with other cases (e.g., irq::flags,
fs::flags, mm::virt::flags) and allows users to use all constants
at once, for example, use kernel::file::flags::* if they so choose.

Signed-off-by: Wedson Almeida Filho [email protected]

This brings it in line with other cases (e.g., `irq::flags`,
`fs::flags`, `mm::virt::flags`) and allows users to `use` all constants
at once, for example, `use kernel::file::flags::*` if they so choose.

Signed-off-by: Wedson Almeida Filho <[email protected]>
@wedsonaf wedsonaf merged commit 856eb0e into Rust-for-Linux:rust Jul 12, 2022
@wedsonaf wedsonaf deleted the flags-to-mod branch July 12, 2022 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant