]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[CIFS] Make cifs default wsize match what we actually want to send (52K
authorSteve French <sfrench@us.ibm.com>
Wed, 25 Jan 2006 04:26:48 +0000 (20:26 -0800)
committerSteve French <sfrench@us.ibm.com>
Wed, 25 Jan 2006 04:26:48 +0000 (20:26 -0800)
commit17cbbafe8e82bde4258e407ce043b61f4f9a350f
tree1a79ce7f9febeef296cb6b43144af3f777f83f39
parent4c8af5254e741983e141e10002e01abba87f8419
[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>
fs/cifs/connect.c