diff options
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r-- | fs/ceph/super.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 44d10cb0aeca..8ceb62380d3f 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h | |||
@@ -816,6 +816,8 @@ extern int ceph_write_inode(struct inode *inode, struct writeback_control *wbc); | |||
816 | extern int ceph_fsync(struct file *file, int datasync); | 816 | extern int ceph_fsync(struct file *file, int datasync); |
817 | extern void ceph_kick_flushing_caps(struct ceph_mds_client *mdsc, | 817 | extern void ceph_kick_flushing_caps(struct ceph_mds_client *mdsc, |
818 | struct ceph_mds_session *session); | 818 | struct ceph_mds_session *session); |
819 | extern struct ceph_cap *ceph_get_cap_for_mds(struct ceph_inode_info *ci, | ||
820 | int mds); | ||
819 | extern int ceph_get_cap_mds(struct inode *inode); | 821 | extern int ceph_get_cap_mds(struct inode *inode); |
820 | extern void ceph_get_cap_refs(struct ceph_inode_info *ci, int caps); | 822 | extern void ceph_get_cap_refs(struct ceph_inode_info *ci, int caps); |
821 | extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had); | 823 | extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had); |