projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a769bee
)
smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig
author
Dragan Simic
<dsimic@manjaro.org>
Tue, 17 Dec 2024 09:25:10 +0000
(10:25 +0100)
committer
Steve French
<stfrench@microsoft.com>
Thu, 19 Dec 2024 15:24:35 +0000
(09:24 -0600)
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
patch
|
blob
|
blame
|
history
diff --git
a/fs/smb/client/Kconfig
b/fs/smb/client/Kconfig
index 2aff6d1395ce39c02eb4cbd92dd4a184ff3c0f8f..9f05f94e265a6d85a1af0a80a05f106b321021f4 100644
(file)
--- a/
fs/smb/client/Kconfig
+++ b/
fs/smb/client/Kconfig
@@
-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