]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ksmbd: have a dependency on cifs ARC4
authorNamjae Jeon <linkinjeon@kernel.org>
Wed, 27 Dec 2023 10:25:58 +0000 (19:25 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Jan 2024 14:13:36 +0000 (15:13 +0100)
Omitted the change that has a dependency on cifs ARC4 from backporting
commit f9929ef6a2a5("ksmbd: add support for key exchange").
This patch make ksmbd have a dependeny on cifs ARC4.

Fixes: c5049d2d73b2 ("ksmbd: add support for key exchange")
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/Kconfig

index a6313a969bc5fde75479521e3958e89fcc60bef1..971339ecc1a2bc0796cc6e25ec2cec6c88fd5167 100644 (file)
@@ -369,8 +369,8 @@ source "fs/ksmbd/Kconfig"
 
 config SMBFS_COMMON
        tristate
-       default y if CIFS=y
-       default m if CIFS=m
+       default y if CIFS=y || SMB_SERVER=y
+       default m if CIFS=m || SMB_SERVER=m
 
 source "fs/coda/Kconfig"
 source "fs/afs/Kconfig"