diff options
| author | Larry Finger <Larry.Finger@lwfinger.net> | 2010-08-22 07:10:59 +0400 |
|---|---|---|
| committer | Larry Finger <Larry.Finger@lwfinger.net> | 2010-08-22 07:10:59 +0400 |
| commit | 2c1179afc3bc92a2db930a085fee33214bd886e3 (patch) | |
| tree | 46f77738c569542f0779386eb9f6051595389dec /include/linux | |
| parent | 5519ec120d6617640dc2812a2cf05154422878ad (diff) | |
| parent | e36c886a0f9d624377977fa6cae309cfd7f362fa (diff) | |
| download | linux-2c1179afc3bc92a2db930a085fee33214bd886e3.tar.xz | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mm_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index b8bb9a6a1f37..ee7e258627f9 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -134,7 +134,7 @@ struct vm_area_struct { within vm_mm. */ /* linked list of VM areas per task, sorted by address */ - struct vm_area_struct *vm_next; + struct vm_area_struct *vm_next, *vm_prev; pgprot_t vm_page_prot; /* Access permissions of this VMA. */ unsigned long vm_flags; /* Flags, see mm.h. */ |
