提交 1393ba5c 编写于 作者: S Sasha Levin

tools/liblockdep: remove task argument from debug_check_no_locks_held

The tas argument was removed from the kernel code in 1b1d2fb4 ("lockdep:
remove task argument from debug_check_no_locks_held"). Remove it in loblockdep
too.
Signed-off-by: NSasha Levin <sasha.levin@oracle.com>
上级 6a13feb9
...@@ -18,7 +18,7 @@ __attribute__((constructor)) static void liblockdep_init(void) ...@@ -18,7 +18,7 @@ __attribute__((constructor)) static void liblockdep_init(void)
__attribute__((destructor)) static void liblockdep_exit(void) __attribute__((destructor)) static void liblockdep_exit(void)
{ {
debug_check_no_locks_held(&current_obj); debug_check_no_locks_held();
} }
struct task_struct *__curr(void) struct task_struct *__curr(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册