ext4: stop calling fscrypt_add_test_dummy_key()
authorEric Biggers <ebiggers@google.com>
Wed, 8 Feb 2023 06:21:04 +0000 (22:21 -0800)
committerEric Biggers <ebiggers@google.com>
Wed, 8 Feb 2023 06:30:30 +0000 (22:30 -0800)
commit7959eb19e4a369639ff9e55eb1147360d5ac8ddb
tree4ef12bfeae6659149d156354bce33537f2873c1d
parent60e463f0be9874692a56a7d419a6e39029b6290d
ext4: stop calling fscrypt_add_test_dummy_key()

Now that fs/crypto/ adds the test dummy encryption key on-demand when
it's needed, there's no need for individual filesystems to call
fscrypt_add_test_dummy_key().  Remove the call to it from ext4.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20230208062107.199831-3-ebiggers@kernel.org
fs/ext4/super.c