aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r--fs/ceph/super.h4
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);
534extern void ceph_caps_init(struct ceph_mds_client *mdsc); 534extern void ceph_caps_init(struct ceph_mds_client *mdsc);
535extern void ceph_caps_finalize(struct ceph_mds_client *mdsc); 535extern void ceph_caps_finalize(struct ceph_mds_client *mdsc);
536extern void ceph_adjust_min_caps(struct ceph_mds_client *mdsc, int delta); 536extern void ceph_adjust_min_caps(struct ceph_mds_client *mdsc, int delta);
537extern int ceph_reserve_caps(struct ceph_mds_client *mdsc, 537extern 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);
539extern int ceph_unreserve_caps(struct ceph_mds_client *mdsc, 539extern 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,
692extern int ceph_inode_holds_cap(struct inode *inode, int mask); 692extern int ceph_inode_holds_cap(struct inode *inode, int mask);
693 693
694extern int ceph_inode_set_size(struct inode *inode, loff_t size); 694extern int ceph_inode_set_size(struct inode *inode, loff_t size);
695extern void __ceph_do_pending_vmtruncate(struct inode *inode, bool needlock); 695extern void __ceph_do_pending_vmtruncate(struct inode *inode);
696extern void ceph_queue_vmtruncate(struct inode *inode); 696extern void ceph_queue_vmtruncate(struct inode *inode);
697 697
698extern void ceph_queue_invalidate(struct inode *inode); 698extern void ceph_queue_invalidate(struct inode *inode);