cifsd: fix WARNING: unmet direct dependencies detected for CRYPTO_ARC4
authorNamjae Jeon <namjae.jeon@samsung.com>
Fri, 19 Mar 2021 00:44:31 +0000 (09:44 +0900)
committerSteve French <stfrench@microsoft.com>
Tue, 11 May 2021 00:15:19 +0000 (19:15 -0500)
commite3f70873289ae84d42fe9cd3f01f99ae7a2b1f09
treee9130a3ab6fbdd98b45ccefb99055d71ce9cedf0
parent1e853b937b2fcc51ff3939c7ae657d0726681ca1
cifsd: fix WARNING: unmet direct dependencies detected for CRYPTO_ARC4

Randy reported warning message from fs/cifsd/Kconfig.

WARNING: unmet direct dependencies detected for CRYPTO_ARC4
  Depends on [n]: CRYPTO [=y] && CRYPTO_USER_API_ENABLE_OBSOLETE [=n]
  Selected by [y]:
  - SMB_SERVER [=y] && NETWORK_FILESYSTEMS [=y] && INET [=y]

arc4 library is not currently in use. So this patch eliminates
unnecessary library set in cifsd.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifsd/Kconfig
fs/cifsd/server.c