commit | 17cbbafe8e82bde4258e407ce043b61f4f9a350f | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Tue Jan 24 20:26:48 2006 -0800 |
committer | Steve French <sfrench@us.ibm.com> | Tue Jan 24 20:26:48 2006 -0800 |
tree | 1a79ce7f9febeef296cb6b43144af3f777f83f39 | |
parent | 4c8af5254e741983e141e10002e01abba87f8419 [diff] |
[CIFS] Make cifs default wsize match what we actually want to send (52K typically - header + 13 pages). Forgetting to set wsize on the mount command costs more than 10% on large write (can be much more) so this makes a saner default. We still shrink this default smaller if server can not support it. Signed-off-by: Steve French <sfrench@us.ibm.com>