Commit f5069159 authored by Steve French's avatar Steve French

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: default avatarNamjae Jeon <linkinjeon@kernel.org>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 8ae5d298
config SMB_SERVER config SMB_SERVER
tristate "SMB3 server support (EXPERIMENTAL)" tristate "SMB3 server support"
depends on INET depends on INET
depends on MULTIUSER depends on MULTIUSER
depends on FILE_LOCKING depends on FILE_LOCKING
......
...@@ -590,8 +590,6 @@ static int __init ksmbd_server_init(void) ...@@ -590,8 +590,6 @@ static int __init ksmbd_server_init(void)
if (ret) if (ret)
goto err_crypto_destroy; goto err_crypto_destroy;
pr_warn_once("The ksmbd server is experimental\n");
return 0; return 0;
err_crypto_destroy: err_crypto_destroy:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment