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 082b68cb5ffe..8cbc0aafd5bd 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
| @@ -794,6 +794,8 @@ static inline void unmap_shared_mapping_range(struct address_space *mapping, | |||
| 794 | extern int vmtruncate(struct inode * inode, loff_t offset); | 794 | extern int vmtruncate(struct inode * inode, loff_t offset); |
| 795 | extern int vmtruncate_range(struct inode * inode, loff_t offset, loff_t end); | 795 | 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); | ||
| 798 | |||
| 797 | #ifdef CONFIG_MMU | 799 | #ifdef CONFIG_MMU |
| 798 | extern int handle_mm_fault(struct mm_struct *mm, struct vm_area_struct *vma, | 800 | extern int handle_mm_fault(struct mm_struct *mm, struct vm_area_struct *vma, |
| 799 | unsigned long address, unsigned int flags); | 801 | unsigned long address, unsigned int flags); |
