diff options
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r-- | fs/ceph/super.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index e1aa32d0759d..04c8124ed30e 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h | |||
@@ -693,7 +693,8 @@ extern void ceph_get_snap_realm(struct ceph_mds_client *mdsc, | |||
693 | extern void ceph_put_snap_realm(struct ceph_mds_client *mdsc, | 693 | extern void ceph_put_snap_realm(struct ceph_mds_client *mdsc, |
694 | struct ceph_snap_realm *realm); | 694 | struct ceph_snap_realm *realm); |
695 | extern int ceph_update_snap_trace(struct ceph_mds_client *m, | 695 | extern int ceph_update_snap_trace(struct ceph_mds_client *m, |
696 | void *p, void *e, bool deletion); | 696 | void *p, void *e, bool deletion, |
697 | struct ceph_snap_realm **realm_ret); | ||
697 | extern void ceph_handle_snap(struct ceph_mds_client *mdsc, | 698 | extern void ceph_handle_snap(struct ceph_mds_client *mdsc, |
698 | struct ceph_mds_session *session, | 699 | struct ceph_mds_session *session, |
699 | struct ceph_msg *msg); | 700 | struct ceph_msg *msg); |
@@ -892,7 +893,9 @@ extern void ceph_fill_inline_data(struct inode *inode, struct page *locked_page, | |||
892 | int ceph_uninline_data(struct file *filp, struct page *locked_page); | 893 | int ceph_uninline_data(struct file *filp, struct page *locked_page); |
893 | /* dir.c */ | 894 | /* dir.c */ |
894 | extern const struct file_operations ceph_dir_fops; | 895 | extern const struct file_operations ceph_dir_fops; |
896 | extern const struct file_operations ceph_snapdir_fops; | ||
895 | extern const struct inode_operations ceph_dir_iops; | 897 | extern const struct inode_operations ceph_dir_iops; |
898 | extern const struct inode_operations ceph_snapdir_iops; | ||
896 | extern const struct dentry_operations ceph_dentry_ops, ceph_snap_dentry_ops, | 899 | extern const struct dentry_operations ceph_dentry_ops, ceph_snap_dentry_ops, |
897 | ceph_snapdir_dentry_ops; | 900 | ceph_snapdir_dentry_ops; |
898 | 901 | ||