]> git.baikalelectronics.ru Git - kernel.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>
Tue, 11 May 2021 00:15:19 +0000 (19:15 -0500)
commitfb222b361b1d4558618edbef55d5354b3f028d76
treee9130a3ab6fbdd98b45ccefb99055d71ce9cedf0
parent8b08a302c350683b735fe486546e200305d5033d
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