-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
blkg_tryget config test: initialize struct #11049
Conversation
Signed-off-by: Mathieu Velten <matmaul@gmail.com>
Codewise this PR is fine. Some nits:
It isn't, please remove this for future reference. You are not backporting this in this PR, you are PR'ing into master. A PR into a staging branch would be a backport ;) I think you meant:
|
It's not a backport indeed, wrong wording, it was 2AM around here 😉 My point was mainly that it was not tested directly on master, I'll remove the backport part. I would indeed however appreciate a backport on 0.8.x branch. |
And sorry for not testing on master directly, I know it's the way to go but I weighed the changes was so small and unimportant that it was safe to go. But I still like to be clear about what I tested, just to be honest with people. |
I agree, don't worry too much about it 👍 |
Missing struct initialization in a config test results in the interface being incorrectly detected. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Adam Moss <c@yotes.com> Signed-off-by: Mathieu Velten <matmaul@gmail.com> Closes openzfs#10713 Closes openzfs#11049
Missing struct initialization in a config test results in the interface being incorrectly detected. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Adam Moss <c@yotes.com> Signed-off-by: Mathieu Velten <matmaul@gmail.com> Closes openzfs#10713 Closes openzfs#11049
Missing struct initialization in a config test results in the interface being incorrectly detected. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Adam Moss <c@yotes.com> Signed-off-by: Mathieu Velten <matmaul@gmail.com> Closes openzfs#10713 Closes openzfs#11049
This patch fixes building on CentOS 8 Stream (next CentOS/RHEL 8 release).
Motivation and Context
Build fix, cf #10713.
Description
Missing struct initialization in a config test making the compiler not happy.
How Has This Been Tested?
This has only been tested on 0.8.x.
Types of changes
Checklist:
Signed-off-by
.