]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - include/linux/mm.h
mm: make vm_area_alloc() initialize core fields
[mirror_ubuntu-focal-kernel.git] / include / linux / mm.h
index de2fd86c61549f5eacbea530b61a6d7e63db2d5d..d3a3842316b87c3f6b5d0c02b6731154b65484fc 100644 (file)
@@ -155,7 +155,7 @@ extern int overcommit_kbytes_handler(struct ctl_table *, int, void __user *,
  * mmap() functions).
  */
 
-struct vm_area_struct *vm_area_alloc(void);
+struct vm_area_struct *vm_area_alloc(struct mm_struct *);
 struct vm_area_struct *vm_area_dup(struct vm_area_struct *);
 void vm_area_free(struct vm_area_struct *);