提交 f86e4513 编写于 作者: K Kyle McMartin 提交者: Matthew Wilcox

[PATCH] Need forward decl of task_struct in linux/debug_locks.h

Signed-off-by: NKyle McMartin <kyle@parisc-linux.org>
上级 c51d476a
......@@ -43,6 +43,8 @@ extern int debug_locks_off(void);
# define locking_selftest() do { } while (0)
#endif
struct task_struct;
#ifdef CONFIG_LOCKDEP
extern void debug_show_all_locks(void);
extern void debug_show_held_locks(struct task_struct *task);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册