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>
Tue, 17 Dec 2024 19:40:03 +0000 (13:40 -0600)
commit61670dc38be4c5cb7df1f77ab88ead10fcf260e3
treeb51eb58a8fc71e5d56d98fba454ee6a79136826a
parent077df1a885f010246345065607955dc5b13bd2ea
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>
fs/smb/client/Kconfig