-
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
Fix zio_flag_t print format #14100
Fix zio_flag_t print format #14100
Conversation
Signed-off-by: Youzhong Yang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@youzhongyang You beat me to this. I had caught this late yesterday and promised @behlendorf that I would tackle it this morning.
Your solution should work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Follow up for 4938d01 which changed zio_flag from enum to uint64_t. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Yao <[email protected]> Signed-off-by: Youzhong Yang <[email protected]> Closes openzfs#14100
Follow up for 4938d01 which changed zio_flag from enum to uint64_t. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Yao <[email protected]> Signed-off-by: Youzhong Yang <[email protected]> Closes openzfs#14100
Follow up for 4938d01 which changed zio_flag from enum to uint64_t. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Yao <[email protected]> Signed-off-by: Youzhong Yang <[email protected]> Closes openzfs#14100
Follow up for 4938d01 which changed zio_flag from enum to uint64_t. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Yao <[email protected]> Signed-off-by: Youzhong Yang <[email protected]> Closes openzfs#14100
Follow up for 4938d01 which changed zio_flag from enum to uint64_t. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Yao <[email protected]> Signed-off-by: Youzhong Yang <[email protected]> Closes openzfs#14100
Follow up for 4938d01 which changed zio_flag from enum to uint64_t. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Yao <[email protected]> Signed-off-by: Youzhong Yang <[email protected]> Closes openzfs#14100
Follow up for 4938d01 which changed zio_flag from enum to uint64_t. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Yao <[email protected]> Signed-off-by: Youzhong Yang <[email protected]> Closes openzfs#14100
Follow up for 4938d01 which changed zio_flag from enum to uint64_t. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Yao <[email protected]> Signed-off-by: Youzhong Yang <[email protected]> Closes openzfs#14100
Follow up for 4938d01 which changed zio_flag from enum to uint64_t. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Yao <[email protected]> Signed-off-by: Youzhong Yang <[email protected]> Closes openzfs#14100
Follow up for 4938d01 which changed zio_flag from enum to uint64_t. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Yao <[email protected]> Signed-off-by: Youzhong Yang <[email protected]> Closes openzfs#14100
Follow up for 4938d01 which changed zio_flag from enum to uint64_t. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Yao <[email protected]> Signed-off-by: Youzhong Yang <[email protected]> Closes openzfs#14100
Follow up for 4938d01 which changed zio_flag from enum to uint64_t. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Yao <[email protected]> Signed-off-by: Youzhong Yang <[email protected]> Closes openzfs#14100
Follow up for 4938d01 which changed zio_flag from enum to uint64_t. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Yao <[email protected]> Signed-off-by: Youzhong Yang <[email protected]> Closes openzfs#14100
Follow up for 4938d01 which changed zio_flag from enum to uint64_t. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Yao <[email protected]> Signed-off-by: Youzhong Yang <[email protected]> Closes openzfs#14100
Signed-off-by: Youzhong Yang [email protected]
Motivation and Context
buildbot/Kernel.org failed with errors like the following:
It is likely caused by commit 4938d01db7 which changed zio_flag from enum to uint64_t.
Description
Use the suggested format %llx.
How Has This Been Tested?
No, buildbot will tell.
Types of changes
Checklist:
Signed-off-by
.