提交 d347efeb 编写于 作者: A Adrien Schildknecht 提交者: 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: NAdrien Schildknecht <adrien+dev@schischi.me>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册