Re: [Cluster-devel] [PATCH] GFS2: gfs2_set_acl(): Cache no acl as well

2015-02-23 Thread Bob Peterson
Hi, Now in the for-next tree of the linux-gfs2.git repo. Regards, Bob Peterson - Original Message - When removing a default acl or setting an access acl that is entirely represented in the file mode, we end up with acl == NULL in gfs2_set_acl(). In that case, bring gfs2 in line

[Cluster-devel] [PATCH] GFS2: gfs2_set_acl(): Cache no acl as well

2015-02-12 Thread Andreas Gruenbacher
When removing a default acl or setting an access acl that is entirely represented in the file mode, we end up with acl == NULL in gfs2_set_acl(). In that case, bring gfs2 in line with other file systems and cache the NULL acl with set_cached_acl() instead of invalidating the cache with