vfs: take path_get_longterm() out of write_seqcount scope
[deliverable/linux.git] / kernel / rtmutex-debug.c
index a2e7e7210f3e733b8b427b762b224a4c380e9ae6..16502d3a71c8af4f726eb8ea3e5f9ea6e6e943c5 100644 (file)
@@ -18,7 +18,7 @@
  */
 #include <linux/sched.h>
 #include <linux/delay.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/spinlock.h>
 #include <linux/kallsyms.h>
 #include <linux/syscalls.h>
@@ -101,6 +101,7 @@ void debug_rt_mutex_print_deadlock(struct rt_mutex_waiter *waiter)
 
        printk("\n============================================\n");
        printk(  "[ BUG: circular locking deadlock detected! ]\n");
+       printk("%s\n", print_tainted());
        printk(  "--------------------------------------------\n");
        printk("%s/%d is deadlocking current task %s/%d\n\n",
               task->comm, task_pid_nr(task),
This page took 0.024847 seconds and 5 git commands to generate.