]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Mon, 12 Apr 2021 04:22:17 +0000 (23:22 -0500)
commitcd0f32a08f915c22f9de27e879a0904b4da98437
tree5cd363f1ec08adabba1513484128609ec064bb4f
parent46bf5634a047c68033c9e47c44055ed97b096929
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