[GIT PULL] Btrfs fixes for 5.6-rc7

From: David Sterba
Date: Sun Mar 22 2020 - 12:38:15 EST


Hi,

please pull the following branch with two fixes. The first is a
regression, when dropping some incompat bits the conditions were
reversed, the other is a fix for rename whiteout potentially leaving
stack memory linked to a list. Thanks.

----------------------------------------------------------------
The following changes since commit e7a04894c766daa4248cb736efee93550f2d5872:

btrfs: fix RAID direct I/O reads with alternate csums (2020-03-03 15:26:08 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.6-rc6-tag

for you to fetch changes up to d8e6fd5c7991033037842b32c9774370a038e902:

btrfs: fix removal of raid[56|1c34} incompat flags after removing block group (2020-03-20 21:31:32 +0100)

----------------------------------------------------------------
Filipe Manana (2):
btrfs: fix log context list corruption after rename whiteout error
btrfs: fix removal of raid[56|1c34} incompat flags after removing block group

fs/btrfs/block-group.c | 4 ++--
fs/btrfs/inode.c | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)