VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Souptick Joarder <jrdr.linux@gmail.com> 2018-07-17 19:14:35 -0700 committer: Dominique Martinet <dominique.martinet@cea.fr> 2018-08-13 09:21:44 +0900 commit: fe6340e2d1f5ef9ebb9a82665b053c362837cbd6 parent: 94710cac0ef4ee177a63b5227664b38c95bbf703
Commit Summary:
fs/9p/vfs_file.c: use new return type vm_fault_t
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/9p/vfs_file.c b/fs/9p/vfs_file.c
index 03c9e325bfbc..5f2e48d41d72 100644
--- a/fs/9p/vfs_file.c
+++ b/fs/9p/vfs_file.c
@@ -533,7 +533,7 @@ v9fs_mmap_file_mmap(struct file *filp, struct vm_area_struct *vma)
 	return retval;
 }
 
-static int
+static vm_fault_t
 v9fs_vm_page_mkwrite(struct vm_fault *vmf)
 {
 	struct v9fs_inode *v9inode;