diff options
Diffstat (limited to 'fs/overlayfs/dir.c')
-rw-r--r-- | fs/overlayfs/dir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/overlayfs/dir.c b/fs/overlayfs/dir.c index d9cdb4747f68..aa6320557196 100644 --- a/fs/overlayfs/dir.c +++ b/fs/overlayfs/dir.c @@ -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, }; |