mm: kill vma flag VM_CAN_NONLINEAR
[deliverable/linux.git] / include / linux / fs.h
index ca6d8c806f470ab7d26f23337648978891f37ffd..5a8a273d5b2f511cd90968ac2d9235dcbf8a8448 100644 (file)
@@ -2552,6 +2552,8 @@ extern int sb_min_blocksize(struct super_block *, int);
 
 extern int generic_file_mmap(struct file *, struct vm_area_struct *);
 extern int generic_file_readonly_mmap(struct file *, struct vm_area_struct *);
+extern int generic_file_remap_pages(struct vm_area_struct *, unsigned long addr,
+               unsigned long size, pgoff_t pgoff);
 extern int file_read_actor(read_descriptor_t * desc, struct page *page, unsigned long offset, unsigned long size);
 int generic_write_checks(struct file *file, loff_t *pos, size_t *count, int isblk);
 extern ssize_t generic_file_aio_read(struct kiocb *, const struct iovec *, unsigned long, loff_t);
This page took 0.02543 seconds and 5 git commands to generate.