]> www.infradead.org Git - users/dwmw2/linux.git/commit
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)
commitee1c8e6b2931811a906b8c78006bfe0a3386fa60
treea7b256d9d9a195a628a1306e0950ee10330f598d
parenta769bee5f9fbca47efd4fa6bc3d726d370cedebe
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