Skip to content

Commit

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

ksmbd has made significant improvements over the past two
years and is regularly tested and used.  Remove the experimental
warning.

Acked-by: Namjae Jeon <[email protected]>
Signed-off-by: Steve French <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Steve French authored and gregkh committed Dec 23, 2023
1 parent 6997fa6 commit a9128c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion fs/ksmbd/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/ksmbd/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 a9128c4

Please sign in to comment.