diff options
author | Steve French <sfrench@us.ibm.com> | 2005-10-10 14:48:26 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-10-10 14:48:26 -0400 |
commit | 190fdeb84499a2dc046adae2eebfdda49e315e96 (patch) | |
tree | a8a84acaeabf0e92d965faf415702a3c37646fe7 /fs/cifs/README | |
parent | 0ae0efada36219024e4e3008f16c993d5d091280 (diff) |
[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 3b610d08dc1e..5d9a953888d9 100644 --- a/fs/cifs/README +++ b/fs/cifs/README | |||
@@ -294,8 +294,8 @@ A partial list of the supported mount options follows: | |||
294 | during the local client kernel build will be used. | 294 | during the local client kernel build will be used. |
295 | If server does not support Unicode, this parameter is | 295 | If server does not support Unicode, this parameter is |
296 | unused. | 296 | unused. |
297 | rsize default read size | 297 | rsize default read size (usually 16K) |
298 | wsize default write size | 298 | wsize default write size (usually 16K, 32K is often better over GigE) |
299 | rw mount the network share read-write (note that the | 299 | rw mount the network share read-write (note that the |
300 | server may still consider the share read-only) | 300 | server may still consider the share read-only) |
301 | ro mount network share read-only | 301 | ro mount network share read-only |