Commit 6099776f authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbd

Pull smb server update from Steve French:
 "After two years, many fixes and much testing, ksmbd is no longer
  experimental"

* tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbd:
  ksmbd: remove experimental warning
parents 3095dd99 f5069159
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config SMB_SERVER
	tristate "SMB3 server support (EXPERIMENTAL)"
	tristate "SMB3 server support"
	depends on INET
	depends on MULTIUSER
	depends on FILE_LOCKING
+0 −2
Original line number Diff line number Diff line
@@ -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: