From ba02e89915afcfc9a071a86e5cae32f77c7d353a Mon Sep 17 00:00:00 2001 From: Steve French Date: Wed, 19 Sep 2012 06:22:46 -0700 Subject: MARK SMB2 support EXPERIMENTAL Now that the merge of the remaining pieces needed for SMB2 (SMB2.1 dialect) are in, and most test cases pass, we can consider SMB2.1 EXPERIMENTAL rather than "BROKEN." Reviewed-by: Jeff Layton Reviewed-by: Pavel Shilovsky Signed-off-by: Steve French --- fs/cifs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/cifs/Kconfig') diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index 802930179c2b..253033ec0904 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig @@ -162,7 +162,7 @@ config CIFS_NFSD_EXPORT config CIFS_SMB2 bool "SMB2 network file system support (EXPERIMENTAL)" - depends on EXPERIMENTAL && INET && BROKEN + depends on EXPERIMENTAL && INET select NLS select KEYS select FSCACHE -- cgit v1.2.3-59-g8ed1b