aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 76041b614758..1a759f40ab9e 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2374,6 +2374,8 @@ extern ssize_t simple_write_to_buffer(void *to, size_t available, loff_t *ppos,
2374 2374
2375extern int generic_file_fsync(struct file *, int); 2375extern int generic_file_fsync(struct file *, int);
2376 2376
2377extern int generic_check_addressable(unsigned, u64);
2378
2377#ifdef CONFIG_MIGRATION 2379#ifdef CONFIG_MIGRATION
2378extern int buffer_migrate_page(struct address_space *, 2380extern int buffer_migrate_page(struct address_space *,
2379 struct page *, struct page *); 2381 struct page *, struct page *);