| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Use the wait_event_interruptible() function instead of the deprecated
interruptible_sleep_on().
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
|
|
|
|
| |
Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw>
|
|
|
|
|
|
|
| |
Don't use create_proc_read_entry as that is deprecated,
but rather use proc_create and seq_file instead.
Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw>
|
|
|
|
|
|
|
|
|
|
|
| |
struct
Since kernel version 2.6.20 the workqueue mechanism got a rework to reduce the
work_struct size.
http://lwn.net/Articles/211279/
Splited the jiq_work in two structures according to the new ABI
|
|
|