* linux-next: manual merge of the akpm-current tree with the iomap tree
@ 2019-07-10 8:25 Stephen Rothwell
0 siblings, 0 replies; only message in thread
From: Stephen Rothwell @ 2019-07-10 8:25 UTC (permalink / raw)
To: Andrew Morton, Darrick J. Wong
Cc: Linux Next Mailing List, Linux Kernel Mailing List, Keith Busch
[-- Attachment #1: Type: text/plain, Size: 1527 bytes --]
Hi all,
Today's linux-next merge of the akpm-current tree got a conflict in:
fs/iomap.c
between commit:
6610815a3343 ("iomap: move the page migration code into a separate file")
from the iomap tree and commit:
70b7f3cfceee ("mm: migrate: remove unused mode argument")
from the akpm-current tree.
I fixed it up (I rmeoved the file and applied the merge fix patch below)
and can carry the fix as necessary. This is now fixed as far as linux-next
is concerned, but any non trivial conflicts should be mentioned to your
upstream maintainer when your tree is submitted for merging. You may
also want to consider cooperating with the maintainer of the conflicting
tree to minimise any particularly complex conflicts.
From: Stephen Rothwell <sfr@canb•auug.org.au>
Date: Wed, 10 Jul 2019 18:21:35 +1000
Subject: [PATCH] mm: migrate: fix for fs/iomap.c splitting
Signed-off-by: Stephen Rothwell <sfr@canb•auug.org.au>
---
fs/iomap/migrate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/iomap/migrate.c b/fs/iomap/migrate.c
index a25874700f95..9ef266e27286 100644
--- a/fs/iomap/migrate.c
+++ b/fs/iomap/migrate.c
@@ -17,7 +17,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;
--
2.20.1
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-07-10 8:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-10 8:25 linux-next: manual merge of the akpm-current tree with the iomap tree Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox