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.
===
Added feature test to check if blk_cleanup_queue was deleted;
Added symbol test for __alloc_disk_node
Implemented the part of code needed to delete the queue associated with gendisk
Starting from commit
6f8191fdf41d3
, functionsblk_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.
===
blk_cleanup_queue
was deleted;__alloc_disk_node
Closes #176