diff options
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r-- | fs/ceph/super.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 35dc9656e499..a23eed526f05 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h | |||
@@ -695,7 +695,7 @@ extern void ceph_queue_invalidate(struct inode *inode); | |||
695 | extern void ceph_queue_writeback(struct inode *inode); | 695 | extern void ceph_queue_writeback(struct inode *inode); |
696 | 696 | ||
697 | extern int ceph_do_getattr(struct inode *inode, int mask); | 697 | extern int ceph_do_getattr(struct inode *inode, int mask); |
698 | extern int ceph_permission(struct inode *inode, int mask, unsigned int flags); | 698 | extern int ceph_permission(struct inode *inode, int mask); |
699 | extern int ceph_setattr(struct dentry *dentry, struct iattr *attr); | 699 | extern int ceph_setattr(struct dentry *dentry, struct iattr *attr); |
700 | extern int ceph_getattr(struct vfsmount *mnt, struct dentry *dentry, | 700 | extern int ceph_getattr(struct vfsmount *mnt, struct dentry *dentry, |
701 | struct kstat *stat); | 701 | struct kstat *stat); |
@@ -731,7 +731,8 @@ extern void ceph_put_cap(struct ceph_mds_client *mdsc, | |||
731 | 731 | ||
732 | extern void ceph_queue_caps_release(struct inode *inode); | 732 | extern void ceph_queue_caps_release(struct inode *inode); |
733 | extern int ceph_write_inode(struct inode *inode, struct writeback_control *wbc); | 733 | extern int ceph_write_inode(struct inode *inode, struct writeback_control *wbc); |
734 | extern int ceph_fsync(struct file *file, int datasync); | 734 | extern int ceph_fsync(struct file *file, loff_t start, loff_t end, |
735 | int datasync); | ||
735 | extern void ceph_kick_flushing_caps(struct ceph_mds_client *mdsc, | 736 | extern void ceph_kick_flushing_caps(struct ceph_mds_client *mdsc, |
736 | struct ceph_mds_session *session); | 737 | struct ceph_mds_session *session); |
737 | extern struct ceph_cap *ceph_get_cap_for_mds(struct ceph_inode_info *ci, | 738 | extern struct ceph_cap *ceph_get_cap_for_mds(struct ceph_inode_info *ci, |