]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Jan 2025 09:34:10 +0000 (10:34 +0100)
commit825aaa75f7859838c1fb2de1746b86991f7b687a
tree62971c687205fb42b8b3b28dc0e7801d15203156
parentf7ef892250f820913db32f0a97fbb92c9dcea313
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>
fs/smb/client/Kconfig