Skip to content

Commit f506915

Browse files
author
Steve French
committed
ksmbd: remove experimental warning
ksmbd has made significant improvements over the past two years and is regularly tested and used. Remove the experimental warning. Acked-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent 8ae5d29 commit f506915

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

fs/smb/server/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
config SMB_SERVER
2-
tristate "SMB3 server support (EXPERIMENTAL)"
2+
tristate "SMB3 server support"
33
depends on INET
44
depends on MULTIUSER
55
depends on FILE_LOCKING

fs/smb/server/server.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,6 @@ static int __init ksmbd_server_init(void)
590590
if (ret)
591591
goto err_crypto_destroy;
592592

593-
pr_warn_once("The ksmbd server is experimental\n");
594-
595593
return 0;
596594

597595
err_crypto_destroy:

0 commit comments

Comments
 (0)