Home
last modified time | relevance | path

Searched hist:"59 ebc7fd74506367b109497eeef36034e648c943" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext4/
H A Dsuper.cdiff 59ebc7fd74506367b109497eeef36034e648c943 Thu Dec 24 14:22:44 CET 2020 Zheng Yongjun <zhengyongjun3@huawei.com> ext4: use DEFINE_MUTEX() for mutex lock

mutex lock can be initialized automatically with DEFINE_MUTEX()
rather than explicitly calling mutex_init().

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Link: https://lore.kernel.org/r/20201224132244.30907-1-zhengyongjun3@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>