On Wed, 2025-05-28 at 17:01 +0000, 李扬韬 wrote: > Hi Slava, > > > Could you please rework the patch comment by means of adding > > precise explanation of this? > > I don't quite get your point. Would you mind adding a comment or > editing it here? : ) > I see your point. We need accurately explain here that several threads could try to lock the shared extents tree. And warning can be triggered in one thread when another thread has locked the tree. This is the wrong behavior of the code and we need to remove the warning. This is what I meant here. Thanks, Slava.