X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Frtmutex_common.h;h=e124bf5800ea140ceeb936c7cba6429fea0e49b5;hb=d38b149794e7444a55e741446717147e7f0467f8;hp=2d3b83593ca3232a0414fc8f808e8435376a9d4c;hpb=49c13b51a15f1ba9f6d47e26e4a3886c4f3931e2;p=linux-2.6 diff --git a/kernel/rtmutex_common.h b/kernel/rtmutex_common.h index 2d3b83593c..e124bf5800 100644 --- a/kernel/rtmutex_common.h +++ b/kernel/rtmutex_common.h @@ -51,7 +51,7 @@ struct rt_mutex_waiter { struct rt_mutex *lock; #ifdef CONFIG_DEBUG_RT_MUTEXES unsigned long ip; - pid_t deadlock_task_pid; + struct pid *deadlock_task_pid; struct rt_mutex *deadlock_lock; #endif };