Re: [PATCH v11 01/14] fork: pass the dst vma to copy_page_range() and its sub-functions.

From: Hillf Danton
Date: Thu Oct 22 2015 - 03:09:31 EST


>
> -int copy_page_range(struct mm_struct *dst, struct mm_struct *src,
> - struct vm_area_struct *vma);
> +int copy_page_range(struct mm_struct *dst_mm, struct mm_struct *src_mm,
> + struct vm_area_struct *dst_vma,
> + struct vm_area_struct *vma);
>
s/vma/src_vma/ for easing readers.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/