diff options
author | Steve French <sfrench@us.ibm.com> | 2005-10-10 11:48:26 -0700 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-10-10 11:48:26 -0700 |
commit | 190fdeb84499a2dc046adae2eebfdda49e315e96 (patch) | |
tree | a8a84acaeabf0e92d965faf415702a3c37646fe7 /fs/cifs/README | |
parent | 0ae0efada36219024e4e3008f16c993d5d091280 (diff) | |
download | op-kernel-dev-190fdeb84499a2dc046adae2eebfdda49e315e96.zip op-kernel-dev-190fdeb84499a2dc046adae2eebfdda49e315e96.tar.gz |
[CIFS] Fix byte range locking to Windows when Windows server returns
illegal RFC1001 length (which had caused the lock to block forever
until killed).
Diffstat (limited to 'fs/cifs/README')
-rw-r--r-- | fs/cifs/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/README b/fs/cifs/README index 3b610d0..5d9a953 100644 --- a/fs/cifs/README +++ b/fs/cifs/README @@ -294,8 +294,8 @@ A partial list of the supported mount options follows: during the local client kernel build will be used. If server does not support Unicode, this parameter is unused. - rsize default read size - wsize default write size + rsize default read size (usually 16K) + wsize default write size (usually 16K, 32K is often better over GigE) rw mount the network share read-write (note that the server may still consider the share read-only) ro mount network share read-only |