projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c833e17
)
mutex: remove unused field "name" in debug mode
author
Adrien Schildknecht
<adrien+dev@schischi.me>
Thu, 12 Feb 2015 13:01:37 +0000
(14:01 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 14 Feb 2015 19:32:59 +0000
(11:32 -0800)
This field is unused and uninitialized since commit
9a11b49a8056
("[PATCH] lockdep: better lock debugging")
Signed-off-by: Adrien Schildknecht <adrien+dev@schischi.me>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mutex.h
patch
|
blob
|
history
diff --git
a/include/linux/mutex.h
b/include/linux/mutex.h
index cc31498fc526d42788b6800105ba43d8a9d25c4a..2cb7531e7d7a6f5044e56abc6dc3cc80cac4e596 100644
(file)
--- 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