Skip to content

Commit

Permalink
ksmbd: remove experimental warning
Browse files Browse the repository at this point in the history
[ Upstream commit f506915 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Steve French authored and gregkh committed Jan 5, 2024
1 parent 83b01f7 commit 1ee419e
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 @@ -591,8 +591,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 1ee419e

Please sign in to comment.