Skip to content

Commit

Permalink
smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dragan Simic authored and Steve French committed Dec 19, 2024
1 parent a769bee commit ee1c8e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/smb/client/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee1c8e6

Please sign in to comment.