We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
torvalds/linux@19343b5 changed wait_on_page_writeback() from static inline function to EXPORT_SYMBOL_GPL()'d function.
wait_on_page_writeback()
Building modules, stage 2. MODPOST 8 modules FATAL: modpost: GPL-incompatible module zfs.ko uses GPL-only symbol 'wait_on_page_writeback'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
System information
Describe the problem you're observing
torvalds/linux@19343b5 changed
wait_on_page_writeback()
from static inline function to EXPORT_SYMBOL_GPL()'d function.Describe how to reproduce the problem
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: