mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
ksmbd: shorten experimental warning on loading the module
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>
This commit is contained in:
parent
1b699bf3a8
commit
adc3282140
@ -585,7 +585,7 @@ 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, use at your own risk.\n");
|
pr_warn_once("The ksmbd server is experimental\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user