Skip to content

Commit

Permalink
ksmbd: shorten experimental warning on loading the module
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steve French committed Mar 30, 2022
1 parent 1b699bf commit adc3282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ksmbd/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit adc3282

Please sign in to comment.