From: Anshuman Khandual <anshuman.khandual@arm.com>
To: Wentao Guan <guanwentao@uniontech.com>, Liam.Howlett@oracle.com
Cc: vbabka@suse.cz, linux-mm@kvack.org, linux-kernel@vger.kernel.org,
zhanjun@uniontech.com, niecheng1@uniontech.com
Subject: Re: [PATCH] mm: cleanup vma_iter_bulk_alloc
Date: Thu, 6 Nov 2025 15:06:30 +0530 [thread overview]
Message-ID: <2be8882d-08eb-4d7d-a846-d29406858bcc@arm.com> (raw)
In-Reply-To: <20251106063424.3381872-1-guanwentao@uniontech.com>
On 06/11/25 12:04 PM, Wentao Guan wrote:
> commit d24062914837 ("fork: use __mt_dup() to duplicate maple tree in dup_mmap()"),
> remove the only user and mas_expected_entries has been removed,
> since commit e3852a1213ffc ("maple_tree: Drop bulk insert support").
>
> No functional change.
>
> Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
> ---
> mm/vma.h | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/mm/vma.h b/mm/vma.h
> index 9183fe5490090..4aa72c7e94400 100644
> --- a/mm/vma.h
> +++ b/mm/vma.h
> @@ -498,12 +498,6 @@ static inline unsigned long vma_iter_end(struct vma_iterator *vmi)
> return vmi->mas.last + 1;
> }
>
> -static inline int vma_iter_bulk_alloc(struct vma_iterator *vmi,
> - unsigned long count)
> -{
> - return mas_expected_entries(&vmi->mas, count);
> -}
> -
> static inline
> struct vm_area_struct *vma_iter_prev_range(struct vma_iterator *vmi)
> {
>
> base-commit: dc77806cf3b4788d328fddf245e86c5b529f31a2
next prev parent reply other threads:[~2025-11-06 9:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-06 6:34 Wentao Guan
2025-11-06 9:36 ` Anshuman Khandual [this message]
2025-11-06 11:13 ` WangYuli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2be8882d-08eb-4d7d-a846-d29406858bcc@arm.com \
--to=anshuman.khandual@arm.com \
--cc=Liam.Howlett@oracle.com \
--cc=guanwentao@uniontech.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=niecheng1@uniontech.com \
--cc=vbabka@suse.cz \
--cc=zhanjun@uniontech.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox