Building module on CentOS 9 stream fails with latest kernel available (5.14.0-648.el9.x86_64), due to a change in include file linux/timer.h: from_timer has been renamed to timer_container_of.
Changing from_timer to timer_container_of in vdo/dedupe.c fix this issue.
Building module on CentOS 9 stream fails with latest kernel available (5.14.0-648.el9.x86_64), due to a change in include file linux/timer.h: from_timer has been renamed to timer_container_of.
Changing from_timer to timer_container_of in vdo/dedupe.c fix this issue.