Re: [PATCH 0/2] FUSE: Implement atomic lookup + open

From: Miklos Szeredi
Date: Tue Mar 01 2022 - 10:27:24 EST


On Thu, 24 Feb 2022 at 04:27, Dharmendra Singh <dharamhans87@xxxxxxxxx> wrote:
>
> FUSE, as of now, makes aggressive lookup calls into libfuse in certain code
> paths. These lookup calls possibly can be avoided in some cases. Incoming
> two patches addresses the issue of aggressive lookup calls.

Can you give performance numbers?

Thanks,
Miklos