[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250509105750.6281e2ab@canb.auug.org.au>
Date: Fri, 9 May 2025 10:57:50 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Miklos Szeredi <miklos@...redi.hu>, Andrew Morton
<akpm@...ux-foundation.org>
Cc: Joanne Koong <joannelkoong@...il.com>, Kairui Song <kasong@...cent.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Linux Next
Mailing List <linux-next@...r.kernel.org>, Miklos Szeredi
<mszeredi@...hat.com>
Subject: linux-next: manual merge of the fuse tree with the mm-unstable tree
Hi all,
Today's linux-next merge of the fuse tree got a conflict in:
fs/fuse/file.c
between commit:
47fa73bbc9d5 ("fuse: drop usage of folio_index")
from the mm-unstable tree and commit:
0c58a97f919c ("fuse: remove tmp folio for writebacks and internal rb tree")
from the fuse tree.
I fixed it up (see 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.
--
Cheers,
Stephen Rothwell
diff --cc fs/fuse/file.c
index 6f19a4daa559,e203dd4fcc0f..000000000000
--- a/fs/fuse/file.c
+++ b/fs/fuse/file.c
@@@ -2349,7 -2091,7 +2091,7 @@@ static bool fuse_writepage_need_send(st
return true;
/* Discontinuity */
- if (data->orig_folios[ap->num_folios - 1]->index + 1 != folio->index)
- if (ap->folios[ap->num_folios - 1]->index + 1 != folio_index(folio))
++ if (ap->folios[ap->num_folios - 1]->index + 1 != folio->index)
return true;
/* Need to grow the pages array? If so, did the expansion fail? */
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists