浏览代码

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 <jlayton@redhat.com>
Reviewed-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <smfrench@gmail.com>
Steve French 13 年之前
父节点
当前提交
ba02e89915
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/cifs/Kconfig

+ 1 - 1
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