linux-next: manual merge of the btrfs tree with the btrfs-fixes tree

From: Stephen Rothwell
Date: Sun Jan 10 2021 - 17:30:33 EST


Hi all,

Today's linux-next merge of the btrfs tree got conflicts in:

fs/btrfs/inode.c
fs/btrfs/space-info.c

between commits:

3d45f221ce62 ("btrfs: fix deadlock when cloning inline extent and low on free metadata space")
e076ab2a2ca7 ("btrfs: shrink delalloc pages instead of full inodes")

from the btrfs-fixes tree and commits:

50f2ad0e64bd ("btrfs: fix deadlock when cloning inline extent and low on free metadata space")
123b5509410e ("btrfs: track ordered bytes instead of just dio ordered bytes")

from the btrfs tree.

I fixed it up (I used the former version of the conflicts in inode.c
and 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/btrfs/inode.c
index a8e0a6b038d3,070716650df8..000000000000
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
diff --cc fs/btrfs/space-info.c
index e8347461c8dd,80f3edd6a391..000000000000
--- a/fs/btrfs/space-info.c
+++ b/fs/btrfs/space-info.c
@@@ -531,10 -527,8 +527,10 @@@ static void shrink_delalloc(struct btrf
wait_ordered = true;

loops = 0;
- while ((delalloc_bytes || dio_bytes) && loops < 3) {
+ while ((delalloc_bytes || ordered_bytes) && loops < 3) {
- btrfs_start_delalloc_roots(fs_info, items, true);
+ u64 nr_pages = min(delalloc_bytes, to_reclaim) >> PAGE_SHIFT;
+
+ btrfs_start_delalloc_roots(fs_info, nr_pages, true);

loops++;
if (wait_ordered && !trans) {

Attachment: pgp_poXa_wb5Y.pgp
Description: OpenPGP digital signature