All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Hildenbrand <david@redhat.com>
To: Christoph Hellwig <hch@lst.de>, akpm@linux-foundation.org
Cc: linux-mm@kvack.org
Subject: Re: [PATCH] mm: unexport vmf_insert_mixed_mkwrite
Date: Tue, 2 Jul 2024 15:10:46 +0200	[thread overview]
Message-ID: <6bef955d-55ad-4009-8b8e-ae0103b370ce@redhat.com> (raw)
In-Reply-To: <20240702072327.1640911-1-hch@lst.de>

On 02.07.24 09:23, Christoph Hellwig wrote:
> vmf_insert_mixed_mkwrite is only used by the built-in DAX code.
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> ---
>   mm/memory.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/mm/memory.c b/mm/memory.c
> index 0f47a533014e43..feb55b1d0cd6b2 100644
> --- a/mm/memory.c
> +++ b/mm/memory.c
> @@ -2487,7 +2487,6 @@ vm_fault_t vmf_insert_mixed_mkwrite(struct vm_area_struct *vma,
>   {
>   	return __vm_insert_mixed(vma, addr, pfn, true);
>   }
> -EXPORT_SYMBOL(vmf_insert_mixed_mkwrite);
>   
>   /*
>    * maps a range of physical memory into the requested pages. the old

Reviewed-by: David Hildenbrand <david@redhat.com>

-- 
Cheers,

David / dhildenb




      parent reply	other threads:[~2024-07-02 13:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-02  7:23 [PATCH] mm: unexport vmf_insert_mixed_mkwrite Christoph Hellwig
2024-07-02 10:13 ` Alistair Popple
2024-07-02 13:10 ` David Hildenbrand [this message]

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=6bef955d-55ad-4009-8b8e-ae0103b370ce@redhat.com \
    --to=david@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=hch@lst.de \
    --cc=linux-mm@kvack.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.