security: Introduce inode_post_remove_acl hook
[linux-2.6-microblaze.git] / fs / posix_acl.c
index 7556ee9..0d23712 100644 (file)
@@ -1246,6 +1246,7 @@ retry_deleg:
                error = -EIO;
        if (!error) {
                fsnotify_xattr(dentry);
+               security_inode_post_remove_acl(idmap, dentry, acl_name);
                evm_inode_post_remove_acl(idmap, dentry, acl_name);
        }