]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
locking/lockdep: Remove redundant argument in check_deadlock
authorYuyang Du <duyuyang@gmail.com>
Mon, 6 May 2019 08:19:33 +0000 (16:19 +0800)
committerIngo Molnar <mingo@kernel.org>
Mon, 3 Jun 2019 09:55:49 +0000 (11:55 +0200)
commit4609c4f963f353613812f999bb027aac795bcde8
tree56142bd0b7ed2af1fa9e7b92eabdb466999f9eb5
parent1ac4ba5ed0114bcc146d5743d97df414af25c524
locking/lockdep: Remove redundant argument in check_deadlock

In check_deadlock(), the third argument read comes from the second
argument hlock so that it can be removed. No functional change.

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-18-duyuyang@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/locking/lockdep.c