mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
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: Sasha Levin <sasha.levin@oracle.com>
This commit is contained in:
parent
6a13feb9c8
commit
1393ba5c9b
@ -18,7 +18,7 @@ __attribute__((constructor)) static void liblockdep_init(void)
|
||||
|
||||
__attribute__((destructor)) static void liblockdep_exit(void)
|
||||
{
|
||||
debug_check_no_locks_held(¤t_obj);
|
||||
debug_check_no_locks_held();
|
||||
}
|
||||
|
||||
struct task_struct *__curr(void)
|
||||
|
Loading…
Reference in New Issue
Block a user