Skip to content
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

kernel-4.10, error: implicit declaration of function ‘bio_flags’ #13

Closed
marcin-github opened this issue Mar 9, 2017 · 3 comments
Closed

Comments

@marcin-github
Copy link

If you have a spare time...:)

make[1]: Entering directory '/usr/src/linux-4.10.1-gentoo'
CC [M] /usr/src/EnhanceIO/Driver/enhanceio/eio_main.o
In file included from /usr/src/EnhanceIO/Driver/enhanceio/eio_main.c:37:0:
/usr/src/EnhanceIO/Driver/enhanceio/eio_main.c: In function ‘eio_disk_io’:
/usr/src/EnhanceIO/Driver/enhanceio/eio.h:837:41: error: implicit declaration of function ‘bio_flags’ [-Werror=implicit-function-declaration]
#define GET_BIO_FLAGS(ebio) bio_flags((ebio)->eb_bc->bc_bio)
^
/usr/src/EnhanceIO/Driver/enhanceio/eio_main.c:2147:25: note: in expansion of macro ‘GET_BIO_FLAGS’
GET_BIO_OP(ebio), GET_BIO_FLAGS(ebio),
^
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:295: /usr/src/EnhanceIO/Driver/enhanceio/eio_main.o] Błąd 1
make[1]: *** [Makefile:1490: module/usr/src/EnhanceIO/Driver/enhanceio] Error 2
make[1]: Leaving directory '/usr/src/linux-4.10.1-gentoo'
make: *** [Makefile:28: modules] Error 2

@lanconnected
Copy link
Owner

try branch 4.10 -- https://github.com/lanconnected/EnhanceIO/tree/4.10
I will add support for post 4.10 kernels to the main branch once the Fedora26 is out - they'll probably have kernel 4.11 in F26.

@lanconnected
Copy link
Owner

Any feedback?

@lanconnected
Copy link
Owner

merged with master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants