-
Notifications
You must be signed in to change notification settings - Fork 1.8k
spl_vfs: fix vrele task runner signature mismatch #17101
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
Conversation
89b4178
to
884270c
Compare
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.
I have no objections, but I wonder why does it matter? Some sort of code analyzer? And also is this the only such case in the code?
PS: Please rebase on top of the new master to fix Fedora builds.
Hello. Thanks for your review. I am importing Kernel CFI to FreeBSD. Here is the patch. https://reviews.freebsd.org/D46193. |
@aokblast Thanks. But when you are ready, please rebase as I have said, since I have no permissions to merge PRs that haven't passed required CI tests and somebody else would have to do it. |
Signed-off-by: SHENGYI HONG <[email protected]>
Done. |
Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: SHENGYI HONG <[email protected]> Closes openzfs#17101 (cherry picked from commit 83fa051)
Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: SHENGYI HONG <[email protected]> Closes openzfs#17101
Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: SHENGYI HONG <[email protected]> Closes openzfs#17101
Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: SHENGYI HONG <[email protected]> Closes openzfs#17101
Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: SHENGYI HONG <[email protected]> Closes openzfs#17101
Motivation and Context
Signature mismatch for vrele dispatcher
Description
How Has This Been Tested?
Build on FreeBSD
Types of changes
Checklist:
Signed-off-by
.