diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 3d9b503bcd00..928df792c005 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
| @@ -985,7 +985,7 @@ static inline void unmap_shared_mapping_range(struct address_space *mapping, | |||
| 985 | unmap_mapping_range(mapping, holebegin, holelen, 0); | 985 | unmap_mapping_range(mapping, holebegin, holelen, 0); |
| 986 | } | 986 | } |
| 987 | 987 | ||
| 988 | extern void truncate_pagecache(struct inode *inode, loff_t old, loff_t new); | 988 | extern void truncate_pagecache(struct inode *inode, loff_t new); |
| 989 | extern void truncate_setsize(struct inode *inode, loff_t newsize); | 989 | extern void truncate_setsize(struct inode *inode, loff_t newsize); |
| 990 | void truncate_pagecache_range(struct inode *inode, loff_t offset, loff_t end); | 990 | void truncate_pagecache_range(struct inode *inode, loff_t offset, loff_t end); |
| 991 | int truncate_inode_page(struct address_space *mapping, struct page *page); | 991 | int truncate_inode_page(struct address_space *mapping, struct page *page); |
