EnhanceIO icon indicating copy to clipboard operation
EnhanceIO copied to clipboard

Support for Linux 5.10 please?

Open onlyjob opened this issue 4 years ago • 1 comments

As reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983615, EnhanceIO FTBFS with Linux 5.10 as follows:

In file included from /var/lib/dkms/enhanceio/0+git20190417.5815670/build/eio_conf.c:39:
/var/lib/dkms/enhanceio/0+git20190417.5815670/build/eio.h:707:2: error: unknown type name 'make_request_fn'
  707 |  make_request_fn *origmfn;
      |  ^~~~~~~~~~~~~~~

onlyjob avatar Feb 28 '21 05:02 onlyjob

This is caused by a breaking change in the block i/o subsystem of the kernel. There seems to be no interest in porting EnhanceIO to a newer kernel version. The only viable alternative is https://github.com/akiradeveloper/dm-writeboost

Ristovski avatar May 04 '21 15:05 Ristovski