]> asedeno.scripts.mit.edu Git - linux.git/commit
locking/lockdep: Adjust lock usage bit character checks
authorYuyang Du <duyuyang@gmail.com>
Mon, 6 May 2019 08:19:19 +0000 (16:19 +0800)
committerIngo Molnar <mingo@kernel.org>
Mon, 3 Jun 2019 09:55:35 +0000 (11:55 +0200)
commitc52478f4f38ace598475413a08dba9b9fd827eaf
tree7218b89f958ba7d764a6de1f3b81b43bfa6d75bd
parentc01fbbc83f42748b3ed094497933601e6c9e0a03
locking/lockdep: Adjust lock usage bit character checks

The lock usage bit characters are defined and determined with tricks.
Add some explanation to make it a bit clearer, then adjust the logic to
check the usage, which optimizes the code a bit.

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