Adjust cifssb maximum read size
authorRohith Surabattula <rohiths@microsoft.com>
Mon, 7 Mar 2022 18:37:22 +0000 (18:37 +0000)
committerSteve French <stfrench@microsoft.com>
Sat, 19 Mar 2022 04:06:28 +0000 (23:06 -0500)
commit06a466565d54a1a42168f9033a062a3f5c40e73b
treeedea59338cdfc4209552267bd1ec2509d434d17d
parent84330d41efb12bc227899e54dbdbe7d9590cb2b7
Adjust cifssb maximum read size

When session gets reconnected during mount then read size in super block fs context
gets set to zero and after negotiate, rsize is not modified which results in
incorrect read with requested bytes as zero. Fixes intermittent failure
of xfstest generic/240

Note that stable requires a different version of this patch which will be
sent to the stable mailing list.

Signed-off-by: Rohith Surabattula <rohiths@microsoft.com>
Acked-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsfs.c
fs/cifs/file.c