On Thu, Feb 22, 2018 at 11:50 PM, Eric W. Biederman <ebiederm@xxxxxxxxxxxx> wrote: > So if we could figure out how to use the generic acl support for the old > brand of fuse filesystems that don't set FUSE_POSIX_ACL it would be much > easier to support them long term. Simplest and most robust way seems to be to do everything the same (as with FUSE_POSIX_ACL) but tell the vfs not to cache the acl. Thanks, Miklos