mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
Fix workqueue cheat link
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
Usage:
|
||||
|
||||
insmod /workqueue_cheat.ko
|
||||
# dmesg => worker
|
||||
rmmod workqueue_cheat
|
||||
insmod /workqueue_cheat.ko
|
||||
# dmesg => worker
|
||||
rmmod workqueue_cheat
|
||||
|
||||
Creates a separate thread. So init_module can return, but some work will still get done.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user