diff options
author | Christoph Hellwig <hch@infradead.org> | 2011-05-22 07:04:51 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-05-23 14:08:05 -0400 |
commit | c02324a6ae6bd3e83533c59525111ffe03b7e791 (patch) | |
tree | 0c5c204b4c9a6167fdca73ad19eae27ccb41608b /fs/cifs/Kconfig | |
parent | 59ffd84141472c45a1729a739e4730f974d26e63 (diff) |
cifs: remove unused SMB2 config and mount options
There's no SMB2 support in the CIFS filesystem driver, so there's no need to
have a config and mount option for it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/Kconfig')
-rw-r--r-- | fs/cifs/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index 75c47cd8d086..1cd4c3a1862d 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig | |||
@@ -153,26 +153,6 @@ config CIFS_ACL | |||
153 | Allows to fetch CIFS/NTFS ACL from the server. The DACL blob | 153 | Allows to fetch CIFS/NTFS ACL from the server. The DACL blob |
154 | is handed over to the application/caller. | 154 | is handed over to the application/caller. |
155 | 155 | ||
156 | config CIFS_SMB2 | ||
157 | bool "SMB2 network file system support (EXPERIMENTAL)" | ||
158 | depends on EXPERIMENTAL && INET && BROKEN | ||
159 | select NLS | ||
160 | select KEYS | ||
161 | select FSCACHE | ||
162 | select DNS_RESOLVER | ||
163 | |||
164 | help | ||
165 | This enables experimental support for the SMB2 (Server Message Block | ||
166 | version 2) protocol. The SMB2 protocol is the successor to the | ||
167 | popular CIFS and SMB network file sharing protocols. SMB2 is the | ||
168 | native file sharing mechanism for recent versions of Windows | ||
169 | operating systems (since Vista). SMB2 enablement will eventually | ||
170 | allow users better performance, security and features, than would be | ||
171 | possible with cifs. Note that smb2 mount options also are simpler | ||
172 | (compared to cifs) due to protocol improvements. | ||
173 | |||
174 | Unless you are a developer or tester, say N. | ||
175 | |||
176 | config CIFS_NFSD_EXPORT | 156 | config CIFS_NFSD_EXPORT |
177 | bool "Allow nfsd to export CIFS file system (EXPERIMENTAL)" | 157 | bool "Allow nfsd to export CIFS file system (EXPERIMENTAL)" |
178 | depends on CIFS && EXPERIMENTAL | 158 | depends on CIFS && EXPERIMENTAL |