diff options
Diffstat (limited to 'fs/ceph/super.h')
| -rw-r--r-- | fs/ceph/super.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 7ccfdb4aea2e..cbded572345e 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h | |||
| @@ -534,7 +534,7 @@ extern int __ceph_caps_mds_wanted(struct ceph_inode_info *ci); | |||
| 534 | extern void ceph_caps_init(struct ceph_mds_client *mdsc); | 534 | extern void ceph_caps_init(struct ceph_mds_client *mdsc); |
| 535 | extern void ceph_caps_finalize(struct ceph_mds_client *mdsc); | 535 | extern void ceph_caps_finalize(struct ceph_mds_client *mdsc); |
| 536 | extern void ceph_adjust_min_caps(struct ceph_mds_client *mdsc, int delta); | 536 | extern void ceph_adjust_min_caps(struct ceph_mds_client *mdsc, int delta); |
| 537 | extern int ceph_reserve_caps(struct ceph_mds_client *mdsc, | 537 | extern void ceph_reserve_caps(struct ceph_mds_client *mdsc, |
| 538 | struct ceph_cap_reservation *ctx, int need); | 538 | struct ceph_cap_reservation *ctx, int need); |
| 539 | extern int ceph_unreserve_caps(struct ceph_mds_client *mdsc, | 539 | extern int ceph_unreserve_caps(struct ceph_mds_client *mdsc, |
| 540 | struct ceph_cap_reservation *ctx); | 540 | struct ceph_cap_reservation *ctx); |
| @@ -692,7 +692,7 @@ extern int ceph_readdir_prepopulate(struct ceph_mds_request *req, | |||
| 692 | extern int ceph_inode_holds_cap(struct inode *inode, int mask); | 692 | extern int ceph_inode_holds_cap(struct inode *inode, int mask); |
| 693 | 693 | ||
| 694 | extern int ceph_inode_set_size(struct inode *inode, loff_t size); | 694 | extern int ceph_inode_set_size(struct inode *inode, loff_t size); |
| 695 | extern void __ceph_do_pending_vmtruncate(struct inode *inode, bool needlock); | 695 | extern void __ceph_do_pending_vmtruncate(struct inode *inode); |
| 696 | extern void ceph_queue_vmtruncate(struct inode *inode); | 696 | extern void ceph_queue_vmtruncate(struct inode *inode); |
| 697 | 697 | ||
| 698 | extern void ceph_queue_invalidate(struct inode *inode); | 698 | extern void ceph_queue_invalidate(struct inode *inode); |
