linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Will Deacon <will@kernel.org>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
	"Kirill A . Shutemov" <kirill.shutemov@linux.intel.com>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: catalin.marinas@arm.com, kernel-team@android.com,
	Will Deacon <will@kernel.org>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH -next] mm/nommu: Fix return type of filemap_map_pages()
Date: Thu, 28 Jan 2021 18:29:24 +0000	[thread overview]
Message-ID: <161184303238.1971604.11069435708421042062.b4-ty@kernel.org> (raw)
In-Reply-To: <20210128100626.2257638-1-geert@linux-m68k.org>

On Thu, 28 Jan 2021 11:06:26 +0100, Geert Uytterhoeven wrote:
> If CONFIG_MMU is not set (e.g. m68k/m5272c3_defconfig):
> 
>     mm/nommu.c:1671:6: error: conflicting types for ‘filemap_map_pages’
>      1671 | void filemap_map_pages(struct vm_fault *vmf,
> 	  |      ^~~~~~~~~~~~~~~~~
>     In file included from mm/nommu.c:20:
>     ./include/linux/mm.h:2578:19: note: previous declaration of ‘filemap_map_pages’ was here
>      2578 | extern vm_fault_t filemap_map_pages(struct vm_fault *vmf,
> 	  |                   ^~~~~~~~~~~~~~~~~
> 
> [...]

Applied to arm64 (for-next/faultaround), thanks!

[1/1] mm/nommu: Fix return type of filemap_map_pages()
      https://git.kernel.org/arm64/c/3f98a28cc372

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev

      reply	other threads:[~2021-01-28 18:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-28 10:06 [PATCH -next] mm/nommu: Fix return type of filemap_map_pages() Geert Uytterhoeven
2021-01-28 18:29 ` Will Deacon [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=161184303238.1971604.11069435708421042062.b4-ty@kernel.org \
    --to=will@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=catalin.marinas@arm.com \
    --cc=geert@linux-m68k.org \
    --cc=kernel-team@android.com \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).