Hello all,

I just tried to compile the NTFS/HFS+ file system drivers on OpenSuse Leap 15.0 and it does not work. The Linux kernel version is 4.12.14 so I thought it would work, since the drivers are supposed to support kernel version up to 4.12.x. But I'm getting the following messages:
Current kernel version is out of supported range. Proceed at your own risk? [Yes/no]

Searching and removing previously installed UFSD driver in /lib/modules/4.12.14-lp150.12.45-default/
Preparing to install
Building driver to kernel 4.12.14-lp150.12.45-default
Can't build driver
All required packages have been installed (gcc/make & kernel sources). In the log, the messages are about a function page_cache_alloc_cold that doesn't seem to exist, and messages like:
error: ‘struct bio’ has no member named ‘bi_error’; did you mean ‘bi_iter’?
Is there anything special with the kernel version in OpenSuse Leap 15.0? Is this supposed to work?

Thanks!
- Eric -