Page MenuHomeFreeBSD

D57701.diff
No OneTemporary

D57701.diff

Index: sys/compat/linuxkpi/common/include/linux/kthread.h
===================================================================
--- sys/compat/linuxkpi/common/include/linux/kthread.h
+++ sys/compat/linuxkpi/common/include/linux/kthread.h
@@ -110,6 +110,9 @@
__w; \
})
+#define kthread_run_worker(flags, fmt, ...) \
+ kthread_create_worker(flags, fmt, ##__VA_ARGS__)
+
static inline void
kthread_destroy_worker(struct kthread_worker *worker)
{

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 8, 7:18 AM (21 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36208620
Default Alt Text
D57701.diff (459 B)

Event Timeline