]> git.baikalelectronics.ru Git - kernel.git/commit
locking/lockdep: Remove unused argument in __lock_release
authorYuyang Du <duyuyang@gmail.com>
Mon, 6 May 2019 08:19:34 +0000 (16:19 +0800)
committerIngo Molnar <mingo@kernel.org>
Mon, 3 Jun 2019 09:55:49 +0000 (11:55 +0200)
commit0cabcabb9e2e044382677953c4dfc291ea07e0e4
tree14f682777ab8d305c5d49f738fd21a128155383e
parent56faa16be155c757a736f2052b17e63c8716c3e3
locking/lockdep: Remove unused argument in __lock_release

The @nested is not used in __release_lock so remove it despite that it
is not used in lock_release in the first place.

Signed-off-by: Yuyang Du <duyuyang@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: bvanassche@acm.org
Cc: frederic@kernel.org
Cc: ming.lei@redhat.com
Cc: will.deacon@arm.com
Link: https://lkml.kernel.org/r/20190506081939.74287-19-duyuyang@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/locking/lockdep.c