aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/cifs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c
index 4bcd4e838b47..23fd430fe74a 100644
--- a/fs/cifs/file.c
+++ b/fs/cifs/file.c
@@ -3462,7 +3462,7 @@ cifs_read(struct file *file, char *read_data, size_t read_size, loff_t *offset)
3462 * If the page is mmap'ed into a process' page tables, then we need to make 3462 * If the page is mmap'ed into a process' page tables, then we need to make
3463 * sure that it doesn't change while being written back. 3463 * sure that it doesn't change while being written back.
3464 */ 3464 */
3465static int 3465static vm_fault_t
3466cifs_page_mkwrite(struct vm_fault *vmf) 3466cifs_page_mkwrite(struct vm_fault *vmf)
3467{ 3467{
3468 struct page *page = vmf->page; 3468 struct page *page = vmf->page;