commit | 5b026e34120766408e76ba19a0e33a9dc996f9f0 | [log] [tgz] |
---|---|---|
author | Andreas Hindborg <[email protected]> | Fri Jun 28 11:11:52 2024 +0200 |
committer | Jens Axboe <[email protected]> | Fri Jun 28 14:27:45 2024 -0600 |
tree | 38ce7dccb88e6c87ce1a372f38287f8302ad8d26 | |
parent | caffa7cdce47718a0c2e3195c9a1bcf786d655a4 [diff] |
rust: block: fix generated bindings after refactoring of features Block device features and flags were refactored from `enum` to `#define`. This broke Rust binding generation. This patch fixes the binding generation. Fixes: fcf865e357f8 ("block: convert features and flags to __bitwise types") Signed-off-by: Andreas Hindborg <[email protected]> Acked-by: Miguel Ojeda <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>