lkml.org 
[lkml]   [2021]   [Mar]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch V2 06/15] locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.c
    Prepare for removing the header maze.

    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    ---
    kernel/locking/rtmutex-debug.c | 6 ------
    kernel/locking/rtmutex.c | 8 ++++++++
    2 files changed, 8 insertions(+), 6 deletions(-)

    --- a/kernel/locking/rtmutex-debug.c
    +++ b/kernel/locking/rtmutex-debug.c
    @@ -32,12 +32,6 @@

    #include "rtmutex_common.h"

    -void rt_mutex_debug_task_free(struct task_struct *task)
    -{
    - DEBUG_LOCKS_WARN_ON(!RB_EMPTY_ROOT(&task->pi_waiters.rb_root));
    - DEBUG_LOCKS_WARN_ON(task->pi_blocked_on);
    -}
    -
    void debug_rt_mutex_unlock(struct rt_mutex *lock)
    {
    DEBUG_LOCKS_WARN_ON(rt_mutex_owner(lock) != current);
    --- a/kernel/locking/rtmutex.c
    +++ b/kernel/locking/rtmutex.c
    @@ -1813,3 +1813,11 @@ bool rt_mutex_cleanup_proxy_lock(struct

    return cleanup;
    }
    +
    +#ifdef CONFIG_DEBUG_RT_MUTEXES
    +void rt_mutex_debug_task_free(struct task_struct *task)
    +{
    + DEBUG_LOCKS_WARN_ON(!RB_EMPTY_ROOT(&task->pi_waiters.rb_root));
    + DEBUG_LOCKS_WARN_ON(task->pi_blocked_on);
    +}
    +#endif
    \
     
     \ /
      Last update: 2021-03-26 17:03    [W:4.213 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site