Re: [PATCH v7 5/7] fuse: Simplfiy the posix acl handling logic.

2018-03-02 Thread Eric W. Biederman
Miklos Szeredi writes: > On Tue, Feb 27, 2018 at 12:53 AM, Eric W. Biederman > wrote: >> Rename the fuse connection flag posix_acl to cached_posix_acl as that >> is what it actually means. That fuse will cache and operate on the >> cached value of

Re: [PATCH v7 5/7] fuse: Simplfiy the posix acl handling logic.

2018-03-02 Thread Eric W. Biederman
Miklos Szeredi writes: > On Tue, Feb 27, 2018 at 12:53 AM, Eric W. Biederman > wrote: >> Rename the fuse connection flag posix_acl to cached_posix_acl as that >> is what it actually means. That fuse will cache and operate on the >> cached value of the posix acl. >> >> When fc->cached_posix_acl

Re: [PATCH v7 5/7] fuse: Simplfiy the posix acl handling logic.

2018-02-27 Thread Miklos Szeredi
On Tue, Feb 27, 2018 at 12:53 AM, Eric W. Biederman wrote: > Rename the fuse connection flag posix_acl to cached_posix_acl as that > is what it actually means. That fuse will cache and operate on the > cached value of the posix acl. > > When fc->cached_posix_acl is not

Re: [PATCH v7 5/7] fuse: Simplfiy the posix acl handling logic.

2018-02-27 Thread Miklos Szeredi
On Tue, Feb 27, 2018 at 12:53 AM, Eric W. Biederman wrote: > Rename the fuse connection flag posix_acl to cached_posix_acl as that > is what it actually means. That fuse will cache and operate on the > cached value of the posix acl. > > When fc->cached_posix_acl is not set, set ACL_DONT_CACHE on

[PATCH v7 5/7] fuse: Simplfiy the posix acl handling logic.

2018-02-26 Thread Eric W. Biederman
Rename the fuse connection flag posix_acl to cached_posix_acl as that is what it actually means. That fuse will cache and operate on the cached value of the posix acl. When fc->cached_posix_acl is not set, set ACL_DONT_CACHE on the inode so that get_acl and friends won't cache the acl values

[PATCH v7 5/7] fuse: Simplfiy the posix acl handling logic.

2018-02-26 Thread Eric W. Biederman
Rename the fuse connection flag posix_acl to cached_posix_acl as that is what it actually means. That fuse will cache and operate on the cached value of the posix acl. When fc->cached_posix_acl is not set, set ACL_DONT_CACHE on the inode so that get_acl and friends won't cache the acl values