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 · May be fixed by #257
Open

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

ktanska opened this issue Jun 13, 2024 · 0 comments · May be fixed by #257
Assignees

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

@ktanska ktanska self-assigned this Nov 12, 2024
@ktanska ktanska linked a pull request Nov 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant