Re: [PATCH v2 -next] ext4: use DEFINE_MUTEX() for mutex lock

From: Theodore Ts'o
Date: Tue Feb 02 2021 - 23:18:59 EST


On Thu, Dec 24, 2020 at 09:22:44PM +0800, Zheng Yongjun wrote:
> mutex lock can be initialized automatically with DEFINE_MUTEX()
> rather than explicitly calling mutex_init().
>
> Signed-off-by: Zheng Yongjun <zhengyongjun3@xxxxxxxxxx>

Thanks, applied.

- Ted