Skip to content

Commit

Permalink
ksmbd: remove experimental warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steve French committed Sep 4, 2023
1 parent 8ae5d29 commit f506915
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion fs/smb/server/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions fs/smb/server/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f506915

Please sign in to comment.