* [PATCH] mutex: remove unused field "name" in debug mode
@ 2015-02-12 13:01 Adrien Schildknecht
0 siblings, 0 replies; only message in thread
From: Adrien Schildknecht @ 2015-02-12 13:01 UTC (permalink / raw)
To: mingo, peterz, jason.low2, davidlohr, rdunlap, fruggeri
Cc: linux-kernel, Adrien Schildknecht
This field is unused and uninitialized since commit 9a11b49a8056
("[PATCH] lockdep: better lock debugging")
Signed-off-by: Adrien Schildknecht <adrien+dev@schischi.me>
---
include/linux/mutex.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/mutex.h b/include/linux/mutex.h
index cc31498..2cb7531 100644
--- a/include/linux/mutex.h
+++ b/include/linux/mutex.h
@@ -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
--
2.2.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-12 13:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-12 13:01 [PATCH] mutex: remove unused field "name" in debug mode Adrien Schildknecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®