commit | c051b21f71d1ffdfd7ad406a1ef5ede5e5f974c5 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu May 22 03:25:50 2014 +0000 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Jun 21 22:05:30 2014 +0200 |
tree | 8ea9859d832e072ec2a8a4123ce46d67aec66f89 | |
parent | 1ca7b86062ec8473d03c5cdfd336abc8b1c8098c [diff] |
rtmutex: Confine deadlock logic to futex The deadlock logic is only required for futexes. Remove the extra arguments for the public functions and also for the futex specific ones which get always called with deadlock detection enabled. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Steven Rostedt <rostedt@goodmis.org>