[<prev] [next>] [day] [month] [year] [list]
Message-ID: <05e101d10c98$79a565e0$6cf031a0$@alibaba-inc.com>
Date: Thu, 22 Oct 2015 15:08:38 +0800
From: "Hillf Danton" <hillf.zj@...baba-inc.com>
To: 'Jérôme Glisse' <jglisse@...hat.com>
Cc: "linux-kernel" <linux-kernel@...r.kernel.org>, <linux-mm@...ck.org>
Subject: Re: [PATCH v11 01/14] fork: pass the dst vma to copy_page_range() and its sub-functions.
>
> -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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists