diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mm_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index 1c1e0d3a1714..92915e81443f 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h | |||
@@ -106,6 +106,7 @@ struct vm_region { | |||
106 | unsigned long vm_flags; /* VMA vm_flags */ | 106 | unsigned long vm_flags; /* VMA vm_flags */ |
107 | unsigned long vm_start; /* start address of region */ | 107 | unsigned long vm_start; /* start address of region */ |
108 | unsigned long vm_end; /* region initialised to here */ | 108 | unsigned long vm_end; /* region initialised to here */ |
109 | unsigned long vm_top; /* region allocated to here */ | ||
109 | unsigned long vm_pgoff; /* the offset in vm_file corresponding to vm_start */ | 110 | unsigned long vm_pgoff; /* the offset in vm_file corresponding to vm_start */ |
110 | struct file *vm_file; /* the backing file or NULL */ | 111 | struct file *vm_file; /* the backing file or NULL */ |
111 | 112 | ||