mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 12:00:22 +09:00
ksmbd: shorten experimental warning on loading the module
[ Upstream commit adc3282140 ]
ksmbd is continuing to improve. Shorten the warning message
logged the first time it is loaded to:
"The ksmbd server is experimental"
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a5a8c9133d
commit
7ee6f9ba97
@@ -590,7 +590,7 @@ static int __init ksmbd_server_init(void)
|
||||
if (ret)
|
||||
goto err_crypto_destroy;
|
||||
|
||||
pr_warn_once("The ksmbd server is experimental, use at your own risk.\n");
|
||||
pr_warn_once("The ksmbd server is experimental\n");
|
||||
|
||||
return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user