diff options
Diffstat (limited to 'include/linux/mm.h')
-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 8cbc0aafd5bd..b05bbde0296d 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -796,6 +796,8 @@ extern int vmtruncate_range(struct inode * inode, loff_t offset, loff_t end); | |||
796 | 796 | ||
797 | int truncate_inode_page(struct address_space *mapping, struct page *page); | 797 | int truncate_inode_page(struct address_space *mapping, struct page *page); |
798 | 798 | ||
799 | int invalidate_inode_page(struct page *page); | ||
800 | |||
799 | #ifdef CONFIG_MMU | 801 | #ifdef CONFIG_MMU |
800 | extern int handle_mm_fault(struct mm_struct *mm, struct vm_area_struct *vma, | 802 | extern int handle_mm_fault(struct mm_struct *mm, struct vm_area_struct *vma, |
801 | unsigned long address, unsigned int flags); | 803 | unsigned long address, unsigned int flags); |