f2fs: stop calling fscrypt_add_test_dummy_key()
authorEric Biggers <ebiggers@google.com>
Wed, 8 Feb 2023 06:21:05 +0000 (22:21 -0800)
committerEric Biggers <ebiggers@google.com>
Wed, 8 Feb 2023 06:30:30 +0000 (22:30 -0800)
commit1ad2a626762dca9f3fe6954ce148f9e4fc4c1ba7
treeee7241d2f7fc4575645c003430197e86eca31d52
parent7959eb19e4a369639ff9e55eb1147360d5ac8ddb
f2fs: 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 f2fs.

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