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>
This commit is contained in:
Steve French 2023-09-03 11:24:37 -05:00
parent 8ae5d298ef
commit f5069159f3
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
config SMB_SERVER
tristate "SMB3 server support (EXPERIMENTAL)"
tristate "SMB3 server support"
depends on INET
depends on MULTIUSER
depends on FILE_LOCKING

View File

@ -590,8 +590,6 @@ static int __init ksmbd_server_init(void)
if (ret)
goto err_crypto_destroy;
pr_warn_once("The ksmbd server is experimental\n");
return 0;
err_crypto_destroy: