Merge tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Jan 2020 18:55:24 +0000 (10:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Jan 2020 18:55:24 +0000 (10:55 -0800)
commita075f23dd4b036ebaf918b3af477aa1f249ddfa0
tree748548edcb0633df51743ec88da04ff55289bb85
parent93d1a05ea6b29737715769e2c9551cfe8a5fef22
parent4cea9037f82a6deed0f2f61e4054b7ae2519ef87
Merge tag 'for-5.5-rc8-tag' of git://git./linux/kernel/git/kdave/linux

Pull btrfs fix from David Sterba:
 "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 extra fixup patch is there to silence an unnecessary warning"

* tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: dev-replace: remove warning for unknown return codes when finished
  btrfs: scrub: Require mandatory block group RO for dev-replace