projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a1a52
)
fs/nilfs2/file.c: use new return type vm_fault_t
author
Souptick Joarder
<
[email protected]
>
Wed, 22 Aug 2018 04:59:08 +0000
(21:59 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 22 Aug 2018 17:52:49 +0000
(10:52 -0700)
Use new return type vm_fault_t for page_mkwrite handler.
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Souptick Joarder <
[email protected]
>
Signed-off-by: Ryusuke Konishi <
[email protected]
>
Reviewed-by: Matthew Wilcox <
[email protected]
>
Cc: Matthew Wilcox <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/nilfs2/file.c
patch
|
blob
|
history
diff --git
a/fs/nilfs2/file.c
b/fs/nilfs2/file.c
index c5fa3dee72fc0b962dec9d3134d8c0d723422134..7da0fac71dc26a73d33877d9498c8007b17d11e4 100644
(file)
--- a/
fs/nilfs2/file.c
+++ b/
fs/nilfs2/file.c
@@
-51,7
+51,7
@@
int nilfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync)
return err;
}
-static
in
t nilfs_page_mkwrite(struct vm_fault *vmf)
+static
vm_fault_
t nilfs_page_mkwrite(struct vm_fault *vmf)
{
struct vm_area_struct *vma = vmf->vma;
struct page *page = vmf->page;