diff options
author | Steve French <smfrench@gmail.com> | 2012-09-19 06:22:46 -0700 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-09-24 21:46:34 -0500 |
commit | ba02e89915afcfc9a071a86e5cae32f77c7d353a (patch) | |
tree | ae5217c43491b82ba0f73c63febf1d050596ef14 /fs/cifs | |
parent | 5efeb0970794933f86af70a0fa8282e9255a1ca2 (diff) | |
download | linux-stable-ba02e89915afcfc9a071a86e5cae32f77c7d353a.tar.gz linux-stable-ba02e89915afcfc9a071a86e5cae32f77c7d353a.tar.bz2 linux-stable-ba02e89915afcfc9a071a86e5cae32f77c7d353a.zip |
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>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |