mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-21 18:26:47 +03:00
config: remove HAVE_KERNEL_TIMER_SETUP
Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #16479
This commit is contained in:
@@ -262,7 +262,7 @@ task_expire_impl(taskq_ent_t *t)
|
||||
}
|
||||
|
||||
static void
|
||||
task_expire(spl_timer_list_t tl)
|
||||
task_expire(struct timer_list *tl)
|
||||
{
|
||||
struct timer_list *tmr = (struct timer_list *)tl;
|
||||
taskq_ent_t *t = from_timer(t, tmr, tqent_timer);
|
||||
|
||||
Reference in New Issue
Block a user