Re: [PATCH] fuse: cache POSIX ACLs when setting them

Miklos Szeredi <[email protected]> Fri, 17 Jul 2026 16:51:47 +0200
Newsgroups dev.linux.lists.fuse-devel,org.kernel.vger.linux-kernel
Message-ID <CAJfpegtdZhWLpc12z3khfKyfRK0kAEu1u3j2QtD+_JL4qaRO0A@mail.gmail.com>
On Fri, 17 Jul 2026 at 16:43, Amir Goldstein <[email protected]> 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