diff options
author | Pavel Shilovsky <piastry@etersoft.ru> | 2011-05-30 20:02:19 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2011-05-30 20:02:19 -0400 |
commit | a669fb3bb4411e4f4d95de1a1a2ec9cccfe14873 (patch) | |
tree | cd58f4a5f79fd9dd0337a75d42008d4e7e42e556 /mount.cifs.8 | |
parent | 3a2a7fc40d98389766c82435a5b5332ab2272838 (diff) | |
download | cifs-utils-a669fb3bb4411e4f4d95de1a1a2ec9cccfe14873.tar.gz cifs-utils-a669fb3bb4411e4f4d95de1a1a2ec9cccfe14873.tar.bz2 cifs-utils-a669fb3bb4411e4f4d95de1a1a2ec9cccfe14873.zip |
manpage: add decription about matching superblock to wsize= option
...according to shared superblock capability merged into cifs-2.6
git tree recently.
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Diffstat (limited to 'mount.cifs.8')
-rw-r--r-- | mount.cifs.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mount.cifs.8 b/mount.cifs.8 index 1b6a958..dbfa13c 100644 --- a/mount.cifs.8 +++ b/mount.cifs.8 @@ -396,7 +396,7 @@ default network read size (usually 16K)\&. The client currently can not use rsiz .PP wsize=\fIbytes\fR .RS 4 -Maximum amount of data that the kernel will send in a write request in bytes. Prior to kernel 2\&.6\&.40, the default and maximum was 57344 (14 * 4096 pages). As of 2\&.6\&.40, the default is 1M, and the maximum allowed is 16M. Note that this value is just a starting point for negotiation in 2\&.6\&.40 and up. The client and server may negotiate this size downward according to the server's capabilities. In kernels prior to 2\&.6\&.40, no negotiation is performed. +Maximum amount of data that the kernel will send in a write request in bytes\&. Prior to kernel 2\&.6\&.40, the default and maximum was 57344 (14 * 4096 pages)\&. As of 2\&.6\&.40, the default is 1M, and the maximum allowed is 16M\&. Note that this value is just a starting point for negotiation in 2\&.6\&.40 and up\&. The client and server may negotiate this size downward according to the server's capabilities\&. In kernels prior to 2\&.6\&.40, no negotiation is performed\&. It can end up with an existing superblock if this value isn't specified or it's greater or equal than the existing one\&. .RE .PP fsc |