On 3/4/19 1:52 PM, katcherw(a)gmail.com wrote:
Daniel,
I don't think this assumption is always correct. In mdcache_refresh_attrs:
/* We will want all the requested attributes in the entry */
entry->attrs.request_mask = attrs.request_mask;
In my situation, this is turning off the ATTR_ACL bit in the entry's request mask.
Okay, I see. Something like this:
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/446980
Daniel