[GIT PULL] Btrfs fix for 5.5-rc8

From: David Sterba
Date: Sat Jan 25 2020 - 07:14:36 EST


Hi,

here's a last minute fix for a regression introduced in this development
cycle. There's a small chance of a silent corruption when device replace
and NOCOW data writes happen at the same time in one block group.
Metadata or COW data writes are unaffected. The fixup patch is there to
silence an unnecessary warning.

Please pull, thanks.

----------------------------------------------------------------
The following changes since commit b35cf1f0bf1f2b0b193093338414b9bd63b29015:

btrfs: check rw_devices, not num_devices for balance (2020-01-17 15:40:54 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.5-rc8-tag

for you to fetch changes up to 4cea9037f82a6deed0f2f61e4054b7ae2519ef87:

btrfs: dev-replace: remove warning for unknown return codes when finished (2020-01-25 12:49:12 +0100)

----------------------------------------------------------------
David Sterba (1):
btrfs: dev-replace: remove warning for unknown return codes when finished

Qu Wenruo (1):
btrfs: scrub: Require mandatory block group RO for dev-replace

fs/btrfs/dev-replace.c | 5 +----
fs/btrfs/scrub.c | 33 ++++++++++++++++++++++++++++-----
2 files changed, 29 insertions(+), 9 deletions(-)