diff options
author | Aliet Exposito Garcia <[email protected]> | 2024-09-18 18:51:14 -0400 |
---|---|---|
committer | Miguel Ojeda <[email protected]> | 2024-10-10 00:33:42 +0200 |
commit | ce1c54fdff7c4556b08f5b875a331d8952e8b6b7 (patch) | |
tree | 17a00cf119f148462d4946c67f2868db640b8ac1 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | e9759c5b9ea555d09f426c70c880e9522e9b0576 (diff) |
rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` module
Refactor the `FromBytes` and `AsBytes` traits from `types.rs` into a new
`transmute.rs` module:
- Add `rust/kernel/transmute.rs` with the definitions of `FromBytes`
and `AsBytes`.
- Remove the same trait definitions from `rust/kernel/types.rs`.
- Update `rust/kernel/uaccess.rs` to import `AsBytes` and `FromBytes`
from `transmute.rs`.
The traits and their implementations remain unchanged.
Suggested-by: Benno Lossin <[email protected]>
Link: https://github.com/Rust-for-Linux/linux/issues/1117
Signed-off-by: Aliet Exposito Garcia <[email protected]>
Reviewed-by: Fiona Behrens <[email protected]>
Reviewed-by: Benno Lossin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[ Rebased on top of the lints series and slightly reworded. - Miguel ]
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions