Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linux
[sfrench/cifs-2.6.git] / fs / 9p / vfs_inode_dotl.c
index 8696e8899c27027f73d566256f49d3ba27db4b54..f806b3f116496858a224cce8e1955ae4dd3d9be1 100644 (file)
@@ -982,14 +982,18 @@ const struct inode_operations v9fs_dir_inode_operations_dotl = {
        .getattr = v9fs_vfs_getattr_dotl,
        .setattr = v9fs_vfs_setattr_dotl,
        .listxattr = v9fs_listxattr,
+       .get_inode_acl = v9fs_iop_get_inode_acl,
        .get_acl = v9fs_iop_get_acl,
+       .set_acl = v9fs_iop_set_acl,
 };
 
 const struct inode_operations v9fs_file_inode_operations_dotl = {
        .getattr = v9fs_vfs_getattr_dotl,
        .setattr = v9fs_vfs_setattr_dotl,
        .listxattr = v9fs_listxattr,
+       .get_inode_acl = v9fs_iop_get_inode_acl,
        .get_acl = v9fs_iop_get_acl,
+       .set_acl = v9fs_iop_set_acl,
 };
 
 const struct inode_operations v9fs_symlink_inode_operations_dotl = {