Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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