mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
ksmbd: remove experimental warning
[ Upstream commit f5069159f3 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
83b01f7330
commit
1ee419e08f
@@ -1,5 +1,5 @@
|
|||||||
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
|
||||||
|
|||||||
@@ -591,8 +591,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:
|
||||||
|
|||||||
Reference in New Issue
Block a user