]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5caf9c5a7c31acef125dd1c408fbd5ef20c091cd
treebb7d5f4cb1d4f7abfb350f1af105cdc50c591e69
parent305dd83beb3aad2a7745ce148380c3c9fe518f1a
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: c435011d0f8a ("ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION")
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/sb.c