Skip to content

Commit ee1c8e6

Browse files
Dragan SimicSteve French
authored andcommitted
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: 69c3c02 ("cifs: Implement netfslib hooks") Signed-off-by: Dragan Simic <dsimic@manjaro.org> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent a769bee commit ee1c8e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/smb/client/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
config CIFS
33
tristate "SMB3 and CIFS support (advanced network filesystem)"
44
depends on INET
5-
select NETFS_SUPPORT
65
select NLS
76
select NLS_UCS2_UTILS
87
select CRYPTO

0 commit comments

Comments
 (0)