elastio / elastio-snap

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

Module does not compile 5.19.13 #178

Closed skypodolsky closed 2 years ago

skypodolsky commented 2 years ago

Starting from commit 6f8191fdf41d3, functions blk_cleanup_queue and __alloc_disk_node were reconsidered: the first was removed, and the second was unexported. Apart from that, both were removed from a relevant header file.

In light of this, additional changes were required for the driver.

===

Closes #176

e-kov commented 2 years ago

And, as usually, it would be great to add "Resolves #176" or "Closes #176" into the PR's description.