diff options
author | Steve French <stfrench@microsoft.com> | 2020-12-08 21:13:31 -0600 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2020-12-13 19:12:07 -0600 |
commit | ebcd6de98754d9b6a5f89d7835864b1c365d432f (patch) | |
tree | a1149a5690c7f7bb7ec0bbd3359313b4e64052df /fs/cifs/cifs_fs_sb.h | |
parent | 21ac58f495849844dfb4479cda1427bf42493262 (diff) | |
download | linux-ebcd6de98754d9b6a5f89d7835864b1c365d432f.tar.bz2 |
SMB3: avoid confusing warning message on mount to Azure
Mounts to Azure cause an unneeded warning message in dmesg
"CIFS: VFS: parse_server_interfaces: incomplete interface info"
Azure rounds up the size (by 8 additional bytes, to a
16 byte boundary) of the structure returned on the query
of the server interfaces at mount time. This is permissible
even though different than other servers so do not log a warning
if query network interfaces response is only rounded up by 8
bytes or fewer.
CC: Stable <stable@vger.kernel.org>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifs_fs_sb.h')
0 files changed, 0 insertions, 0 deletions