Re: [PATCH] fuse: cache POSIX ACLs when setting them
From: Miklos Szeredi
Date: Fri Jul 17 2026 - 10:54:29 EST
On Fri, 17 Jul 2026 at 16:43, Amir Goldstein <amir73il@xxxxxxxxx> wrote:
> unlikely to matter if we do cache on setacl or unlikely to matter
> if we don't cache?
Unlikely to matter that we don't cache setacl, because it should be a
rare operation, so an additional roundtrip just shouldn't make any
difference to performance.
Changing this does carry a small risk of regressions.
Thanks,
Mikos