elastio / elastio-snap

kernel module for taking block-level snapshots and incremental backups of Linux block devices
GNU General Public License v2.0
21 stars 6 forks source link

Fix compilation of nl_debug.o for v3.x & v4.x kernels #279

Closed skypodolsky closed 1 year ago

skypodolsky commented 1 year ago

The debug part of the code doesn't compile for older kernels. This hasn't been found earlier because its compilation is disabled by default, so there were no tests checking that. This needs to be fixed.