diff options
author | Tio Zhang <tiozhang@didiglobal.com> | 2025-08-20 18:18:46 +0800 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2025-09-13 17:32:48 -0700 |
commit | b32730e68d326bef5c081c4b7cdd275c45b1902b (patch) | |
tree | c5f5f9b1d401f31e91a6835bd9a0e7d1bd848177 /lib/timerqueue.c | |
parent | 2a8c51bc9391ff3c701f06ae1b678419f843dc1a (diff) |
fork: remove #ifdef CONFIG_LOCKDEP in copy_process()
lockdep_init_task() is defined as an empty when CONFIG_LOCKDEP is not set.
So the #ifdef here is redundant, remove it.
Link: https://lkml.kernel.org/r/20250820101826.GA2484@didi-ThinkCentre-M930t-N000
Signed-off-by: Tio Zhang <tiozhang@didiglobal.com>
Cc: Kees Cook <kees@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'lib/timerqueue.c')
0 files changed, 0 insertions, 0 deletions