Skip to content

Commit

Permalink
MARK SMB2 support EXPERIMENTAL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steve French committed Sep 25, 2012
1 parent 5efeb09 commit ba02e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba02e89

Please sign in to comment.