Skip to content

Commit 977bb65

Browse files
author
Steve French
committed
smb3: clarify multichannel warning
When server does not return network interfaces, clarify the message to indicate that "multichannel not available" not just that "empty network interface returned by server ..." Suggested-by: Tom Talpey <[email protected]> Reviewed-by: Bharath SM <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 2f6f19c commit 977bb65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fs/cifs/smb2ops.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,8 @@ parse_server_interfaces(struct network_interface_info_ioctl_rsp *buf,
550550
/* avoid spamming logs every 10 minutes, so log only in mount */
551551
if ((ses->chan_max > 1) && in_mount)
552552
cifs_dbg(VFS,
553-
"empty network interface list returned by server %s\n",
553+
"multichannel not available\n"
554+
"Empty network interface list returned by server %s\n",
554555
ses->server->hostname);
555556
rc = -EINVAL;
556557
goto out;

0 commit comments

Comments
 (0)