aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/dir.c')
-rw-r--r--fs/ceph/dir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/dir.c b/fs/ceph/dir.c
index 619616d585b0..6da4df84ba30 100644
--- a/fs/ceph/dir.c
+++ b/fs/ceph/dir.c
@@ -1303,6 +1303,7 @@ const struct inode_operations ceph_dir_iops = {
1303 .listxattr = ceph_listxattr, 1303 .listxattr = ceph_listxattr,
1304 .removexattr = ceph_removexattr, 1304 .removexattr = ceph_removexattr,
1305 .get_acl = ceph_get_acl, 1305 .get_acl = ceph_get_acl,
1306 .set_acl = ceph_set_acl,
1306 .mknod = ceph_mknod, 1307 .mknod = ceph_mknod,
1307 .symlink = ceph_symlink, 1308 .symlink = ceph_symlink,
1308 .mkdir = ceph_mkdir, 1309 .mkdir = ceph_mkdir,