git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8af52
)
[CIFS] Make cifs default wsize match what we actually want to send (52K
author
Steve French
<sfrench@us.ibm.com>
Wed, 25 Jan 2006 04:26:48 +0000
(20:26 -0800)
committer
Steve French
<sfrench@us.ibm.com>
Wed, 25 Jan 2006 04:26:48 +0000
(20:26 -0800)
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>
No differences found