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
it does not build.
extern struct proc_dir_entry *proc_create_data(const char *, umode_t, ^~~~~~~~~~~~~~~~ /mnt/rdata/work/linuxwork/EnhanceIO/Driver/enhanceio/eio_procfs.c:1417:39: error: passing argument 4 of ‘proc_create_data’ from incompatible pointer type [-Werror=incompatible-pointer-types] entry = proc_create_data(s, 0, NULL, &eio_config_operations, dmc);
The text was updated successfully, but these errors were encountered:
Same
Sorry, something went wrong.
Issues persist with Linux Kernel 5.7.0.
Fixed in tytgatlieven@42aa1a1
As far as I know, there has been another change (related to BIO) in kernel 5.9 that breaks EnhanceIO once again.
BIO
No branches or pull requests
it does not build.
The text was updated successfully, but these errors were encountered: