summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorDragan Simic <dsimic@manjaro.org>2024-12-17 10:25:10 +0100
committerSteve French <stfrench@microsoft.com>2024-12-19 09:24:35 -0600
commitee1c8e6b2931811a906b8c78006bfe0a3386fa60 (patch)
treea7b256d9d9a195a628a1306e0950ee10330f598d /fs
parenta769bee5f9fbca47efd4fa6bc3d726d370cedebe (diff)
smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig
Repeating automatically selected options in Kconfig files is redundant, so let's delete repeated "select NETFS_SUPPORT" that was added accidentally. Fixes: 69c3c023af25 ("cifs: Implement netfslib hooks") Signed-off-by: Dragan Simic <dsimic@manjaro.org> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/smb/client/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/smb/client/Kconfig b/fs/smb/client/Kconfig
index 2aff6d1395ce..9f05f94e265a 100644
--- a/fs/smb/client/Kconfig
+++ b/fs/smb/client/Kconfig
@@ -2,7 +2,6 @@
config CIFS
tristate "SMB3 and CIFS support (advanced network filesystem)"
depends on INET
- select NETFS_SUPPORT
select NLS
select NLS_UCS2_UTILS
select CRYPTO