ubifs: Use correct config name for encryption
authorRichard Weinberger <richard@nod.at>
Tue, 14 May 2019 19:10:49 +0000 (21:10 +0200)
committerRichard Weinberger <richard@nod.at>
Wed, 15 May 2019 19:56:48 +0000 (21:56 +0200)
commit76aa349441729d889ba6f1d58e3369d178250ffd
treebb7d5f4cb1d4f7abfb350f1af105cdc50c591e69
parent481a9b8073a448f0bd151b7171dbab18b35de55c
ubifs: Use correct config name for encryption

CONFIG_UBIFS_FS_ENCRYPTION is gone, fscrypt is now
controlled via CONFIG_FS_ENCRYPTION.
This problem slipped into the tree because of a mis-merge on
my side.

Reported-by: Eric Biggers <ebiggers@kernel.org>
Fixes: eea2c05d927b ("ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION")
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/sb.c