diff options
Diffstat (limited to 'include/linux/fs.h')
| -rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 2261ac8f0534..2a5b1744f80a 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -2390,7 +2390,6 @@ extern int generic_file_mmap(struct file *, struct vm_area_struct *); | |||
| 2390 | extern int generic_file_readonly_mmap(struct file *, struct vm_area_struct *); | 2390 | extern int generic_file_readonly_mmap(struct file *, struct vm_area_struct *); |
| 2391 | extern int generic_file_remap_pages(struct vm_area_struct *, unsigned long addr, | 2391 | extern int generic_file_remap_pages(struct vm_area_struct *, unsigned long addr, |
| 2392 | unsigned long size, pgoff_t pgoff); | 2392 | unsigned long size, pgoff_t pgoff); |
| 2393 | extern int file_read_actor(read_descriptor_t * desc, struct page *page, unsigned long offset, unsigned long size); | ||
| 2394 | int generic_write_checks(struct file *file, loff_t *pos, size_t *count, int isblk); | 2393 | int generic_write_checks(struct file *file, loff_t *pos, size_t *count, int isblk); |
| 2395 | extern ssize_t generic_file_aio_read(struct kiocb *, const struct iovec *, unsigned long, loff_t); | 2394 | extern ssize_t generic_file_aio_read(struct kiocb *, const struct iovec *, unsigned long, loff_t); |
| 2396 | extern ssize_t __generic_file_aio_write(struct kiocb *, const struct iovec *, unsigned long, | 2395 | extern ssize_t __generic_file_aio_write(struct kiocb *, const struct iovec *, unsigned long, |
