Home
last modified time | relevance | path

Searched hist:"7032809 a44d752b9e2275833787e0aa88a7540af" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/erofs/
H A Dfscache.cdiff 7032809a44d752b9e2275833787e0aa88a7540af Thu Feb 09 00:39:12 CST 2023 Jingbo Xu <jefflexu@linux.alibaba.com> erofs: relinquish volume with mutex held

Relinquish fscache volume with mutex held. Otherwise if a new domain is
registered when the old domain with the same name gets removed from the
list but not relinquished yet, fscache may complain the collision.

Fixes: 8b7adf1dff3d ("erofs: introduce fscache-based domain")
Signed-off-by: Jingbo Xu <jefflexu@linux.alibaba.com>
Reviewed-by: Jia Zhu <zhujia.zj@bytedance.com>
Link: https://lore.kernel.org/r/20230209063913.46341-4-jefflexu@linux.alibaba.com
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>