Re: [PATCH] erofs: fix lockdep false positives on initializing erofs_pseudo_mnt

From: Gao Xiang
Date: Thu Mar 07 2024 - 01:50:59 EST


Hi,

On 2024/3/7 14:46, Baokun Li wrote:
On 2024/3/7 11:41, Jingbo Xu wrote:
Hi Baokun,


..

Thank you for your feedback!

If I understand you correctly, you mean to remove erofs_pseudo_mnt
directly to avoid this false positive, and use anon_inode_create_getfile()
to create the required anonymous inode.
As Al pointed out, you could just follow his ideas
since it's mainly a VFS POV...

Thanks,
Gao Xiang