Skip to content
Snippets Groups Projects
Commit 490fc053 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

mm: make vm_area_alloc() initialize core fields


Like vm_area_dup(), it initializes the anon_vma_chain head, and the
basic mm pointer.

The rest of the fields end up being different for different users,
although the plan is to also initialize the 'vm_ops' field to a dummy
entry.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 95faf699
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment