-
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
Delete rw_semaphore.wait_lock configure check #11309
Conversation
Last use of wait_lock was removed in "Linux 5.3 compat: retire rw_tryupgrade()" (e7a99da). Fixes the issue reported in openzfs#11097 (comment) Signed-off-by: Orivej Desh <[email protected]>
e1e0337
to
99e1ac0
Compare
I tried to apply your patch on top of the zfs-kmod-2.0.0 package in Gentoo. the patch applied cleanly, but configuration still fails with
|
You are using pregenerated |
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.
Good find. It'll be nice to shed this now unnecessary compatibility code. Even if it doesn't address the other issue.
openzfs/zfs#11309 and allow building against rt-sources
Last use of wait_lock was removed in "Linux 5.3 compat: retire rw_tryupgrade()" (e7a99da). Fixes the issue reported in #11097 (comment) Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Orivej Desh <[email protected]> Closes #11309
Last use of wait_lock was removed in "Linux 5.3 compat: retire rw_tryupgrade()" (e7a99da). Fixes the issue reported in openzfs#11097 (comment) Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Orivej Desh <[email protected]> Closes openzfs#11309
Last use of wait_lock was removed in "Linux 5.3 compat: retire rw_tryupgrade()" (e7a99da). Fixes the issue reported in openzfs#11097 (comment) Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Orivej Desh <[email protected]> Closes openzfs#11309
Motivation and Context
Last use of wait_lock was removed in "Linux 5.3 compat: retire rw_tryupgrade()" (e7a99da).
Fixes the issue reported in #11097 (comment) (Does not fix the original issue with
migrate_enable
.)Description
How Has This Been Tested?
Tried to build against linux-rt, now the build passes the configure phase and breaks on #11097.
Types of changes
Checklist:
Signed-off-by
.