1
0
Fork 0

mutex: remove unused field "name" in debug mode

This field is unused and uninitialized since commit 9a11b49a80
("[PATCH] lockdep: better lock debugging")

Signed-off-by: Adrien Schildknecht <adrien+dev@schischi.me>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
hifive-unleashed-5.1
Adrien Schildknecht 2015-02-12 14:01:37 +01:00 committed by Linus Torvalds
parent c833e17e27
commit d347efeb16
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ struct mutex {
struct optimistic_spin_queue osq; /* Spinner MCS lock */
#endif
#ifdef CONFIG_DEBUG_MUTEXES
const char *name;
void *magic;
#endif
#ifdef CONFIG_DEBUG_LOCK_ALLOC