diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/shmem_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/shmem_fs.h b/include/linux/shmem_fs.h index cae65dc42bcc..22a20af4d785 100644 --- a/include/linux/shmem_fs.h +++ b/include/linux/shmem_fs.h | |||
@@ -61,6 +61,7 @@ extern struct file *shmem_file_setup(const char *name, | |||
61 | loff_t size, unsigned long flags); | 61 | loff_t size, unsigned long flags); |
62 | extern int shmem_zero_setup(struct vm_area_struct *); | 62 | extern int shmem_zero_setup(struct vm_area_struct *); |
63 | extern int shmem_lock(struct file *file, int lock, struct user_struct *user); | 63 | extern int shmem_lock(struct file *file, int lock, struct user_struct *user); |
64 | extern void shmem_truncate_range(struct inode *inode, loff_t start, loff_t end); | ||
64 | extern int shmem_unuse(swp_entry_t entry, struct page *page); | 65 | extern int shmem_unuse(swp_entry_t entry, struct page *page); |
65 | extern void mem_cgroup_get_shmem_target(struct inode *inode, pgoff_t pgoff, | 66 | extern void mem_cgroup_get_shmem_target(struct inode *inode, pgoff_t pgoff, |
66 | struct page **pagep, swp_entry_t *ent); | 67 | struct page **pagep, swp_entry_t *ent); |