mediatek: MERCUSYS MR90X v1: remove deprecated led "label" properties
[openwrt/staging/wigyori.git] / target / linux / generic / hack-5.15 / 940-ksmbd-have-a-dependency-on-cifs-arc4.patch
1 From: Namjae Jeon <linkinjeon@kernel.org>
2 To: sashal@kernel.org, gregkh@linuxfoundation.org, stable@vger.kernel.org
3 Cc: smfrench@gmail.com, Namjae Jeon <linkinjeon@kernel.org>
4 Subject: [PATCH v2 5.15.y 1/8] ksmbd: have a dependency on cifs ARC4
5 Date: Wed, 27 Dec 2023 19:25:58 +0900 [thread overview]
6 Message-ID: <20231227102605.4766-2-linkinjeon@kernel.org> (raw)
7 In-Reply-To: <20231227102605.4766-1-linkinjeon@kernel.org>
8
9 Omitted the change that has a dependency on cifs ARC4 from backporting
10 commit f9929ef6a2a5("ksmbd: add support for key exchange").
11 This patch make ksmbd have a dependeny on cifs ARC4.
12
13 Fixes: c5049d2d73b2 ("ksmbd: add support for key exchange")
14 Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
15 ---
16 fs/Kconfig | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 --- a/fs/Kconfig
20 +++ b/fs/Kconfig
21 @@ -369,8 +369,8 @@ source "fs/ksmbd/Kconfig"
22
23 config SMBFS_COMMON
24 tristate
25 - default y if CIFS=y
26 - default m if CIFS=m
27 + default y if CIFS=y || SMB_SERVER=y
28 + default m if CIFS=m || SMB_SERVER=m
29
30 source "fs/coda/Kconfig"
31 source "fs/afs/Kconfig"