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

@@ -22,7 +22,7 @@
1. [seq_file](seq_file.c)
1. [seq_file_single](seq_file_inode.c)
1. Asynchronous
1. [workqueue](workqueue.c)
1. [workqueue_cheat](workqueue_cheat.c)
1. [sleep](sleep.c)
1. [kthread](kthread.c)
1. [kthreads](kthreads.c)

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.