This commit is contained in:
Ciro Santilli
2017-05-14 11:59:32 +01:00
parent 67f669487e
commit b366bac0c5
5 changed files with 34 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
/*
Usage:
@@ -7,6 +6,9 @@ Usage:
rmmod workqueue
Creates a separate thread. So init_module can return, but some work will still get done.
TODO why can't call this workqueue.ko?
https://unix.stackexchange.com/questions/364956/how-can-insmod-fail-with-kernel-module-is-already-loaded-even-is-lsmod-does-not
*/
#include <linux/kernel.h>