Fix workqueue cheat link

This commit is contained in:
Ciro Santilli
2017-11-13 14:34:25 +00:00
parent fa0a7e150d
commit 844b7c0411
2 changed files with 4 additions and 4 deletions

View File

@@ -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.