On 2022/10/17 9:55, Dawei Li wrote:
s_inodes is superblock-specific resource, which should be
protected by sb's specific lock s_inode_list_lock.
v2: update the locking mechanisim to protect mutual-exclusive access
both for s_inode_list_lock & erofs_fscache_domain_init_cookie(), as the
reviewing comments from Jia Zhu.
v1:
https://lore.kernel.org/all/tycp286mb23237a9993e0ffcfe5c2bdbeca...@tycp286mb2323.jpnp286.prod.outlook.com/
base-commit: 8436c4a57bd147b0bd2943ab499bb8368981b9e1
Signed-off-by: Dawei Li <[email protected]>
Reviewed-by: Chao Yu <[email protected]>
Thanks,