pgprot_t vm_page_prot;
unsigned long vm_flags; /* Flags, see mm.h. */
- /* Information about our backing store: */
- unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE
- * units
- */
- struct file *vm_file; /* File we map to (can be NULL). */
/*
* For areas with an address space and backing store,
* linkage into the address_space->i_mmap interval tree.
/* Function pointers to deal with this struct. */
const struct vm_operations_struct *vm_ops;
-
+ /* Information about our backing store: */
+ unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE
+ * units
+ */
+ struct file *vm_file; /* File we map to (can be NULL). */
void * vm_private_data; /* was vm_pte (shared mem) */