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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h
index 02c0ddcf3eaf..65d12036b670 100644
--- a/fs/ceph/super.h
+++ b/fs/ceph/super.h
@@ -11,6 +11,7 @@
11#include <linux/mempool.h> 11#include <linux/mempool.h>
12#include <linux/pagemap.h> 12#include <linux/pagemap.h>
13#include <linux/wait.h> 13#include <linux/wait.h>
14#include <linux/writeback.h>
14 15
15#include "types.h" 16#include "types.h"
16#include "messenger.h" 17#include "messenger.h"
@@ -811,7 +812,7 @@ static inline void ceph_remove_cap(struct ceph_cap *cap)
811extern void ceph_put_cap(struct ceph_cap *cap); 812extern void ceph_put_cap(struct ceph_cap *cap);
812 813
813extern void ceph_queue_caps_release(struct inode *inode); 814extern void ceph_queue_caps_release(struct inode *inode);
814extern int ceph_write_inode(struct inode *inode, int unused); 815extern int ceph_write_inode(struct inode *inode, struct writeback_control *wbc);
815extern int ceph_fsync(struct file *file, struct dentry *dentry, int datasync); 816extern int ceph_fsync(struct file *file, struct dentry *dentry, int datasync);
816extern void ceph_kick_flushing_caps(struct ceph_mds_client *mdsc, 817extern void ceph_kick_flushing_caps(struct ceph_mds_client *mdsc,
817 struct ceph_mds_session *session); 818 struct ceph_mds_session *session);