smb3: improve parallel reads of large files
authorSteve French <stfrench@microsoft.com>
Mon, 8 May 2023 05:45:45 +0000 (00:45 -0500)
committerSteve French <stfrench@microsoft.com>
Tue, 9 May 2023 05:59:48 +0000 (00:59 -0500)
commitba8c2b75b02a162202d31e6200ab15da1035a7d0
treeafda9d2bbb314768ef2a2ea26fba737031552e63
parentcbd4cbabef646f1719a73a01cc491b1c1fea4d41
smb3: improve parallel reads of large files

rasize (ra_pages) should be set higher than read size by default
to allow parallel reads when reading large files in order to
improve performance (otherwise there is much dead time on the
network when doing readahead of large files).  Default rasize
to twice readsize.

Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsfs.c