delay attempt 2

This commit is contained in:
Ciro Santilli
2017-05-15 08:18:51 +01:00
parent c82378c7de
commit 9370512176
4 changed files with 13 additions and 2 deletions

View File

@@ -9,6 +9,10 @@ Creates a separate thread. So init_module can return, but some work will still g
Can't call this just workqueue.c because there is already a built-in with that name:
https://unix.stackexchange.com/questions/364956/how-can-insmod-fail-with-kernel-module-is-already-loaded-even-is-lsmod-does-not
Bibliography:
- https://www.ibm.com/developerworks/library/l-tasklets/
*/
#include <linux/kernel.h>