Commit adc32821 authored by Steve French's avatar Steve French
Browse files

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: default avatarNamjae Jeon <linkinjeon@kernel.org>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 1b699bf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -585,7 +585,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;