ubifs: Make use of the helper macro kthread_run()
authorCai Huoqing <caihuoqing@baidu.com>
Thu, 21 Oct 2021 08:43:43 +0000 (16:43 +0800)
committerRichard Weinberger <richard@nod.at>
Thu, 23 Dec 2021 19:23:41 +0000 (20:23 +0100)
commitd98c6c35c881b944933edd1bbc438aa1f12e3c47
treec419a24d052a6a7dd10e365a5bd8c260264cbd51
parentbc7849e280434289936b5cbe1b3701336741aba9
ubifs: Make use of the helper macro kthread_run()

Repalce kthread_create/wake_up_process() with kthread_run()
to simplify the code.

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/super.c