]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
smb: mark the new channel addition log as informational log with cifs_info
authorBharath SM <bharathsm@microsoft.com>
Mon, 17 Mar 2025 10:27:26 +0000 (15:57 +0530)
committerSteve French <stfrench@microsoft.com>
Mon, 24 Mar 2025 14:45:07 +0000 (09:45 -0500)
commitfaf1b64888ff13caa94fa09835fcfdabee18b057
treec1c36af5eabb8f69d2ef06b482a75f60bb09ab0d
parentf2a54094b24f9f7ce5c1099426ea89cdd07685c9
smb: mark the new channel addition log as informational log with cifs_info

For multichannel mounts, when a new channel is successfully opened
we currently log 'successfully opened new channel on iface: <>' as
cifs_dbg(VFS..)  which is eventually translated into a pr_err log.
Marking these informational logs as error logs may lead to confusion
for users so they will now be logged as info logs instead.

Signed-off-by: Bharath SM <bharathsm@microsoft.com>
Reviewed-by: Paulo Alcantara (Red Hat) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/sess.c