ksmbd: remove experimental warning
authorSteve French <stfrench@microsoft.com>
Sun, 3 Sep 2023 16:24:37 +0000 (11:24 -0500)
committerSteve French <stfrench@microsoft.com>
Mon, 4 Sep 2023 02:06:36 +0000 (21:06 -0500)
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>
fs/smb/server/Kconfig
fs/smb/server/server.c

index 793151d..cabe6a8 100644 (file)
@@ -1,5 +1,5 @@
 config SMB_SERVER
-       tristate "SMB3 server support (EXPERIMENTAL)"
+       tristate "SMB3 server support"
        depends on INET
        depends on MULTIUSER
        depends on FILE_LOCKING
index 801cd09..5ab2f52 100644 (file)
@@ -590,8 +590,6 @@ static int __init ksmbd_server_init(void)
        if (ret)
                goto err_crypto_destroy;
 
-       pr_warn_once("The ksmbd server is experimental\n");
-
        return 0;
 
 err_crypto_destroy: