workqueue: include workqueue info when printing debug dump of a worker task
[sfrench/cifs-2.6.git] / kernel / printk.c
index e10ad515901f60d763484c1b75049e79ed184c9f..96dcfcd9a2d40fa9868ef84bf6fe6e387734f984 100644 (file)
@@ -2891,6 +2891,8 @@ void dump_stack_print_info(const char *log_lvl)
        if (dump_stack_arch_desc_str[0] != '\0')
                printk("%sHardware name: %s\n",
                       log_lvl, dump_stack_arch_desc_str);
+
+       print_worker_info(log_lvl, current);
 }
 
 /**