lockdep: Simplify lock_release()
authorPeter Zijlstra <peterz@infradead.org>
Thu, 11 Jun 2015 12:46:52 +0000 (14:46 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 18 Jun 2015 22:25:27 +0000 (00:25 +0200)
commite0f56fd7066f35ae3765d080e036fa676a9d4128
treef74e53c81869fd416d24cadea1ff899273cf75cc
parent5e16bbc2fb4053755705da5dd3557bbc0e5ccef6
lockdep: Simplify lock_release()

lock_release() takes this nested argument that's mostly pointless
these days, remove the implementation but leave the argument a
rudiment for now.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: ktkhai@parallels.com
Cc: rostedt@goodmis.org
Cc: juri.lelli@gmail.com
Cc: pang.xunlei@linaro.org
Cc: oleg@redhat.com
Cc: wanpeng.li@linux.intel.com
Cc: umgwanakikbuti@gmail.com
Link: http://lkml.kernel.org/r/20150611124743.840411606@infradead.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/locking/lockdep.c