|
@@ -11,6 +11,7 @@
|
|
|
#include <linux/mempool.h>
|
|
|
#include <linux/pagemap.h>
|
|
|
#include <linux/wait.h>
|
|
|
+#include <linux/writeback.h>
|
|
|
|
|
|
#include "types.h"
|
|
|
#include "messenger.h"
|
|
@@ -811,7 +812,7 @@ static inline void ceph_remove_cap(struct ceph_cap *cap)
|
|
|
extern void ceph_put_cap(struct ceph_cap *cap);
|
|
|
|
|
|
extern void ceph_queue_caps_release(struct inode *inode);
|
|
|
-extern int ceph_write_inode(struct inode *inode, int unused);
|
|
|
+extern int ceph_write_inode(struct inode *inode, struct writeback_control *wbc);
|
|
|
extern int ceph_fsync(struct file *file, struct dentry *dentry, int datasync);
|
|
|
extern void ceph_kick_flushing_caps(struct ceph_mds_client *mdsc,
|
|
|
struct ceph_mds_session *session);
|