mirror of
https://github.com/torvalds/linux.git
synced 2026-05-02 13:32:40 -04:00
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
Move this API to the canonical timer_*() namespace. Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20250507175338.672442-10-mingo@kernel.org
This commit is contained in:
committed by
Thomas Gleixner
parent
367ed4e357
commit
aad823aa3a
@@ -201,7 +201,7 @@ static int threaded_ttm_bo_reserve(void *arg)
|
||||
err = ttm_bo_reserve(bo, interruptible, no_wait, &ctx);
|
||||
|
||||
timer_delete_sync(&s_timer.timer);
|
||||
destroy_timer_on_stack(&s_timer.timer);
|
||||
timer_destroy_on_stack(&s_timer.timer);
|
||||
|
||||
ww_acquire_fini(&ctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user