lanconnected / EnhanceIO

EnhanceIO Open Source for Linux
Other
101 stars 31 forks source link

Error building with kernel 4.8.8.2 in Arch Linux. #21

Closed hradec closed 7 years ago

hradec commented 7 years ago

I'm seeing this error:

image

It seems REQ_OP_MASK was added in kernel 4.10.

As I known nothing about kernel coding, could someone recommend a patch for this? It seems to be related to debugging, so as I want to test it to use for production (want to test it against ZFS, instead of L2ARC), I can leave without debugging for now.

Unfortunately I can't upgrade the kernel at this point, since it's a production server... :(

lanconnected commented 7 years ago

Try commit 87fa33e , pls.

hradec commented 7 years ago

Works perfectly now! Thanks a lot!! :)

lanconnected commented 7 years ago

Thanks for testing.