mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
work_from_work: flush_workqueue back in
This commit is contained in:
@@ -33,6 +33,7 @@ static int myinit(void)
|
||||
static void myexit(void)
|
||||
{
|
||||
cancel_delayed_work(&next_work);
|
||||
flush_workqueue(queue);
|
||||
destroy_workqueue(queue);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user