aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r--include/linux/mm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index a06a84d347fb..92acae9f1f4c 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -896,6 +896,8 @@ extern unsigned long do_brk(unsigned long, unsigned long);
896/* filemap.c */ 896/* filemap.c */
897extern unsigned long page_unuse(struct page *); 897extern unsigned long page_unuse(struct page *);
898extern void truncate_inode_pages(struct address_space *, loff_t); 898extern void truncate_inode_pages(struct address_space *, loff_t);
899extern void truncate_inode_pages_range(struct address_space *,
900 loff_t lstart, loff_t lend);
899 901
900/* generic vm_area_ops exported for stackable file systems */ 902/* generic vm_area_ops exported for stackable file systems */
901extern struct page *filemap_nopage(struct vm_area_struct *, unsigned long, int *); 903extern struct page *filemap_nopage(struct vm_area_struct *, unsigned long, int *);