From: Andreas Gruenbacher Date: Fri, 13 Feb 2015 18:16:37 +0000 (-0600) Subject: GFS2: gfs2_set_acl(): Cache "no acl" as well X-Git-Tag: omap-for-v4.1/fixes-rc1~152^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=932e468a377f62569fe3818f160fadbaef3f26bd;p=pandora-kernel.git GFS2: gfs2_set_acl(): Cache "no acl" as well 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 forget_cached_acl(). Signed-off-by: Andreas Gruenbacher Signed-off-by: Bob Peterson --- Reading git-diff-tree failed