Re: [PATCH] f2fs: remove redundant return in f2fs_create_flush_cmd_control()
From: Yangtao Li
Date: Tue Oct 25 2022 - 03:08:39 EST
Hi Chao,
In my point of view, it should not return 0. Because calling kthread_run()
to create a kernel thread may fails, and err is assigned a value.
Thanks,