[GIT PULL] fscrypt fix for 5.10-rc4

From: Eric Biggers
Date: Mon Nov 09 2020 - 18:11:57 EST


The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fscrypt-for-linus

for you to fetch changes up to 92cfcd030e4b1de11a6b1edb0840e55c26332d31:

fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key() (2020-11-06 09:48:55 -0800)

----------------------------------------------------------------

Fix a regression where a new WARN_ON() was reachable when using
FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32 on ext4, causing xfstest generic/602
to sometimes fail on ext4.

----------------------------------------------------------------
Eric Biggers (1):
fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()

fs/crypto/keysetup.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)