From: Steve French Date: Tue, 15 Dec 2020 02:15:12 +0000 (-0600) Subject: smb3: remind users that witness protocol is experimental X-Git-Tag: v5.11-rc1~73^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd538034f84fa4ea670420aac19adcceef45d057;p=thirdparty%2Flinux.git smb3: remind users that witness protocol is experimental warn_once when using the witness protocol that it is experimental Signed-off-by: Steve French Reviewed-by: Samuel Cabrero Reviewed-by: Shyam Prasad N --- diff --git a/fs/cifs/fs_context.c b/fs/cifs/fs_context.c index ca745fa6c4a15..c427e494ea56d 100644 --- a/fs/cifs/fs_context.c +++ b/fs/cifs/fs_context.c @@ -1098,6 +1098,7 @@ static int smb3_fs_context_parse_param(struct fs_context *fc, goto cifs_parse_mount_err; #endif ctx->witness = true; + pr_warn_once("Witness protocol support is experimental\n"); break; case Opt_rootfs: #ifdef CONFIG_CIFS_ROOT