summaryrefslogtreecommitdiff
path: root/fs/smb
diff options
context:
space:
mode:
authorDragan Simic <dsimic@manjaro.org>2024-12-17 10:25:10 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-01-02 10:34:10 +0100
commit825aaa75f7859838c1fb2de1746b86991f7b687a (patch)
tree62971c687205fb42b8b3b28dc0e7801d15203156 /fs/smb
parentf7ef892250f820913db32f0a97fbb92c9dcea313 (diff)
downloadlinux-825aaa75f7859838c1fb2de1746b86991f7b687a.tar.gz
linux-825aaa75f7859838c1fb2de1746b86991f7b687a.tar.bz2
linux-825aaa75f7859838c1fb2de1746b86991f7b687a.zip
smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig
[ Upstream commit ee1c8e6b2931811a906b8c78006bfe0a3386fa60 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'fs/smb')
-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