Bug 215608 - Mounting cifs with "nomultichannel" should suppress warning
Summary: Mounting cifs with "nomultichannel" should suppress warning
Status: RESOLVED CODE_FIX
Alias: None
Product: File System
Classification: Unclassified
Component: CIFS (show other bugs)
Hardware: All Linux
: P1 enhancement
Assignee: fs_cifs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-15 09:05 UTC by Kim Scarborough
Modified: 2022-07-12 20:07 UTC (History)
1 user (show)

See Also:
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 (1.70 KB, patch)
2022-02-16 23:16 UTC, Steve French
Details | Diff
updated to include bugzilla # (1.81 KB, patch)
2022-02-16 23:22 UTC, Steve French
Details | Diff

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

Note You need to log in before you can comment on or make changes to this bug.