ovl: define ->get_acl() for overlay inodes
[cascardo/linux.git] / fs / overlayfs / dir.c
index d9cdb47..aa63205 100644 (file)
@@ -921,4 +921,5 @@ const struct inode_operations ovl_dir_inode_operations = {
        .getxattr       = ovl_getxattr,
        .listxattr      = ovl_listxattr,
        .removexattr    = ovl_removexattr,
+       .get_acl        = ovl_get_acl,
 };