diff options
Diffstat (limited to 'mm/rmap.c')
| -rw-r--r-- | mm/rmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -232,6 +232,7 @@ int anon_vma_fork(struct vm_area_struct *vma, struct vm_area_struct *pvma) | |||
| 232 | out_error_free_anon_vma: | 232 | out_error_free_anon_vma: |
| 233 | anon_vma_free(anon_vma); | 233 | anon_vma_free(anon_vma); |
| 234 | out_error: | 234 | out_error: |
| 235 | unlink_anon_vmas(vma); | ||
| 235 | return -ENOMEM; | 236 | return -ENOMEM; |
| 236 | } | 237 | } |
| 237 | 238 | ||
