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 b05bbde0296d..a16018f7d61c 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -795,6 +795,7 @@ 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); | 797 | int truncate_inode_page(struct address_space *mapping, struct page *page); |
798 | int generic_error_remove_page(struct address_space *mapping, struct page *page); | ||
798 | 799 | ||
799 | int invalidate_inode_page(struct page *page); | 800 | int invalidate_inode_page(struct page *page); |
800 | 801 | ||