fork: remove redundant TASK_UNINTERRUPTIBLE
authorKevin Hao <haokexin@gmail.com>
Fri, 8 Dec 2023 08:41:15 +0000 (16:41 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Dec 2023 23:02:58 +0000 (15:02 -0800)
commita903904c5fa06e8d8472509741f79e8eb25ff864
tree17b864246044096e1ff05ff7eb58afa6168fa64d
parent2c20b0f26694e1d40bb9b86f8eff5675e87003d1
fork: remove redundant TASK_UNINTERRUPTIBLE

TASK_KILLABLE already includes TASK_UNINTERRUPTIBLE, so there is no
need to add a separate TASK_UNINTERRUPTIBLE.

Link: https://lkml.kernel.org/r/20231208084115.1973285-1-haokexin@gmail.com
Signed-off-by: Kevin Hao <haokexin@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/fork.c