net: dev: Makes sure netif_rx() can be invoked in any context.
[linux-block.git] / include / linux / kthread.h
index b6c8aafa8db5a6c51afcbf97e78859e03bd84c91..3df4ea04716faea61594fac680879d63aea490ba 100644 (file)
@@ -33,6 +33,7 @@ struct task_struct *kthread_create_on_cpu(int (*threadfn)(void *data),
                                          unsigned int cpu,
                                          const char *namefmt);
 
+void get_kthread_comm(char *buf, size_t buf_size, struct task_struct *tsk);
 bool set_kthread_struct(struct task_struct *p);
 
 void kthread_set_per_cpu(struct task_struct *k, int cpu);