Bug 215608

Summary: Mounting cifs with "nomultichannel" should suppress warning
Product: File System Reporter: Kim Scarborough (kim)
Component: CIFSAssignee: fs_cifs (fs_cifs)
Status: RESOLVED CODE_FIX    
Severity: enhancement CC: smfrench
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 5.16.9 Subsystem:
Regression: No Bisected commit-id:
Attachments: cifs.ko patch to fix confusing unneeded warning message on smb2.1 and earlier
updated to include bugzilla #

Description Kim Scarborough 2022-02-15 09:05:20 UTC
I have "nomultichannel" specified in my CIFS fstab line, but the kernel still spams my console with "multichannel is not supported on this protocol version, use 3.0 or above". Can it just be assumed that I don't care if multichannel isn't supported if I've specifically turned it off, and have this message be suppressed?
Comment 1 Steve French 2022-02-16 23:15:35 UTC
Thanks for pointing this out. Have patch in for-next, and will get this into 5.17 soon (and cc:stable for 5.16)
Comment 2 Steve French 2022-02-16 23:16:29 UTC
Created attachment 300474 [details]
cifs.ko patch to fix confusing unneeded warning message on smb2.1 and earlier

Let me know if you have any problems in your testing
Comment 3 Steve French 2022-02-16 23:22:03 UTC
Created attachment 300475 [details]
updated to include bugzilla #
Comment 4 Steve French 2022-07-12 20:07:22 UTC
Fixed in 5.17 and later and backported to 5.11 through 5.16 via cc:stable