diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index bd079a1b0fdc..311be906b57d 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1441,6 +1441,7 @@ extern void truncate_inode_pages_range(struct address_space *, | |||
1441 | 1441 | ||
1442 | /* generic vm_area_ops exported for stackable file systems */ | 1442 | /* generic vm_area_ops exported for stackable file systems */ |
1443 | extern int filemap_fault(struct vm_area_struct *, struct vm_fault *); | 1443 | extern int filemap_fault(struct vm_area_struct *, struct vm_fault *); |
1444 | extern int filemap_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf); | ||
1444 | 1445 | ||
1445 | /* mm/page-writeback.c */ | 1446 | /* mm/page-writeback.c */ |
1446 | int write_one_page(struct page *page, int wait); | 1447 | int write_one_page(struct page *page, int wait); |