Skip to content
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

[ENHANCEMENT] adjust structs with device properties - code improvement #233

Open
ktanska opened this issue Jun 13, 2024 · 0 comments
Open

Comments

@ktanska
Copy link
Contributor

ktanska commented Jun 13, 2024

Description

Structs which contain device properties should be adjusted (now, they contain different way of keeping the same information - already allocated in struct or needs to be allocated before use).
sysfs_path as an example: char* in struct block_device, but char[] in struct cntrl_device.
It is just a quality improvement, I don't know about any defect caused by it.

Reason

No response

Environment

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant