Commit d347efeb authored by Adrien Schildknecht's avatar Adrien Schildknecht Committed by Linus Torvalds

mutex: remove unused field "name" in debug mode

This field is unused and uninitialized since commit 9a11b49a
("[PATCH] lockdep: better lock debugging")
Signed-off-by: default avatarAdrien Schildknecht <adrien+dev@schischi.me>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c833e17e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment