> 
> -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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to