|
@@ -21,6 +21,7 @@
|
|
|
#include <linux/fscache.h>
|
|
|
#include <linux/backing-dev.h>
|
|
|
#include <linux/uuid.h>
|
|
|
+#include <linux/mm_types.h>
|
|
|
#include <net/net_namespace.h>
|
|
|
#include <net/netns/generic.h>
|
|
|
#include <net/sock.h>
|
|
@@ -1076,7 +1077,7 @@ extern int afs_writepages(struct address_space *, struct writeback_control *);
|
|
|
extern void afs_pages_written_back(struct afs_vnode *, struct afs_call *);
|
|
|
extern ssize_t afs_file_write(struct kiocb *, struct iov_iter *);
|
|
|
extern int afs_fsync(struct file *, loff_t, loff_t, int);
|
|
|
-extern int afs_page_mkwrite(struct vm_fault *);
|
|
|
+extern vm_fault_t afs_page_mkwrite(struct vm_fault *vmf);
|
|
|
extern void afs_prune_wb_keys(struct afs_vnode *);
|
|
|
extern int afs_launder_page(struct page *);
|
|
|
|