linux-next: manual merge of the block tree with the ext4 tree

Message ID 20230613125408.7321db60@canb.auug.org.au
State New
Headers
Series linux-next: manual merge of the block tree with the ext4 tree |

Commit Message

Stephen Rothwell June 13, 2023, 2:54 a.m. UTC
  Hi all,

Today's linux-next merge of the block tree got a conflict in:

  fs/ext4/super.c

between commit:

  63bc068f0d1a ("ext4: Fix reusing stale buffer heads from last failed mounting")

from the ext4 tree and commit:

  2736e8eeb0cc ("block: use the holder as indication for exclusive opens")

from the block 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.
  

Comments

Christoph Hellwig June 13, 2023, 5 a.m. UTC | #1
Hi Stephen,

the merge looks good to me, thanks.
  

Patch

diff --cc fs/ext4/super.c
index b3819e70093e,94a7b56ed876..000000000000
--- a/fs/ext4/super.c