diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mm.h | 2 |
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 */ |
897 | extern unsigned long page_unuse(struct page *); | 897 | extern unsigned long page_unuse(struct page *); |
898 | extern void truncate_inode_pages(struct address_space *, loff_t); | 898 | extern void truncate_inode_pages(struct address_space *, loff_t); |
899 | extern 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 */ |
901 | extern struct page *filemap_nopage(struct vm_area_struct *, unsigned long, int *); | 903 | extern struct page *filemap_nopage(struct vm_area_struct *, unsigned long, int *); |