module: Remove redundant TASK_UNINTERRUPTIBLE
authorKevin Hao <haokexin@gmail.com>
Fri, 8 Dec 2023 08:29:34 +0000 (16:29 +0800)
committerLuis Chamberlain <mcgrof@kernel.org>
Tue, 19 Dec 2023 21:30:28 +0000 (13:30 -0800)
commitf17f2c13d613cbeef529b03ca17ae2581b2e6cb8
treec1f12b293b27cb3db8bf1a7730586f9f55b5736d
parentceb6a6f023fd3e8b07761ed900352ef574010bcb
module: Remove redundant TASK_UNINTERRUPTIBLE

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

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/module/dups.c