]> 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, 19 Apr 2021 00:20:49 +0000 (19:20 -0500)
commitfb263aa6cce5766a0cfedbf26aecd4efdff015e9
treee37bfd6148224a22dce4f4f36a8de5f286467811
parented2efc436045b482b2497a901bd0ed73c910d2fe
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