Skip to content
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment