2021-02-03 04:23:11

by Theodore Ts'o

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

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 <[email protected]>

Thanks, applied.

- Ted