From: Stephen Rothwell <sfr@canb.auug.org.au>
To: akpm@linux-foundation.org
Cc: broonie@kernel.org, linux-fsdevel@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-mm@kvack.org,
linux-next@vger.kernel.org, mhocko@suse.cz,
mm-commits@vger.kernel.org,
"Darrick J. Wong" <darrick.wong@oracle.com>
Subject: Re: mmotm 2019-07-17-16-05 uploaded
Date: Thu, 18 Jul 2019 13:21:11 +1000 [thread overview]
Message-ID: <20190718132111.1f55f46f@canb.auug.org.au> (raw)
In-Reply-To: <20190717230610.zvRfipNL4%akpm@linux-foundation.org>
[-- Attachment #1: Type: text/plain, Size: 764 bytes --]
Hi Andrew,
On Wed, 17 Jul 2019 16:06:10 -0700 akpm@linux-foundation.org wrote:
>
> * mm-migrate-remove-unused-mode-argument.patch
This patch needs updating due to changes in the iomap tree.
The section that updated fs/iomap/migrate.c should be replaced by:
diff --git a/fs/iomap/buffered-io.c b/fs/iomap/buffered-io.c
index da4d958f9dc8..e25901ae3ff4 100644
--- a/fs/iomap/buffered-io.c
+++ b/fs/iomap/buffered-io.c
@@ -489,7 +489,7 @@ iomap_migrate_page(struct address_space *mapping, struct page *newpage,
{
int ret;
- ret = migrate_page_move_mapping(mapping, newpage, page, mode, 0);
+ ret = migrate_page_move_mapping(mapping, newpage, page, 0);
if (ret != MIGRATEPAGE_SUCCESS)
return ret;
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2019-07-18 3:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-17 23:06 akpm
2019-07-18 3:21 ` Stephen Rothwell [this message]
2019-07-18 15:45 ` mmotm 2019-07-17-16-05 uploaded (MTD_HYPERBUS, HBMC_AM654) Randy Dunlap
2019-07-19 8:32 ` Vignesh Raghavendra
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=20190718132111.1f55f46f@canb.auug.org.au \
--to=sfr@canb.auug.org.au \
--cc=akpm@linux-foundation.org \
--cc=broonie@kernel.org \
--cc=darrick.wong@oracle.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-next@vger.kernel.org \
--cc=mhocko@suse.cz \
--cc=mm-commits@vger.kernel.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