smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig
authorDragan Simic <dsimic@manjaro.org>
Tue, 17 Dec 2024 09:25:10 +0000 (10:25 +0100)
committerSteve French <stfrench@microsoft.com>
Thu, 19 Dec 2024 15:24:35 +0000 (09:24 -0600)
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>
fs/smb/client/Kconfig

index 2aff6d1395ce39c02eb4cbd92dd4a184ff3c0f8f..9f05f94e265a6d85a1af0a80a05f106b321021f4 100644 (file)
@@ -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