diff options
author | Jeff Layton <jlayton@samba.org> | 2011-05-30 20:05:01 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2011-05-30 20:05:01 -0400 |
commit | bb95a848469d6912b5f0d06068006cc824c590f6 (patch) | |
tree | 7306b35645288daf896e72e3f177540cb291da4c /mount.cifs.8 | |
parent | 9954c780b8b5db38ea9dfd920ff5bba0f683a9be (diff) | |
download | cifs-utils-bb95a848469d6912b5f0d06068006cc824c590f6.tar.gz cifs-utils-bb95a848469d6912b5f0d06068006cc824c590f6.tar.bz2 cifs-utils-bb95a848469d6912b5f0d06068006cc824c590f6.zip |
manpage: change mention of kernel 2.6.40 to 3.0.0
...to match the change in versioning.
Signed-off-by: Jeff Layton <jlayton@samba.org>
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 d58135c..0615c3a 100644 --- a/mount.cifs.8 +++ b/mount.cifs.8 @@ -401,7 +401,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\&. It can end up with an existing superblock if this value isn't specified or it's greater or equal than the existing one\&. +Maximum amount of data that the kernel will send in a write request in bytes\&. Prior to kernel 3\&.0\&.0, the default and maximum was 57344 (14 * 4096 pages)\&. As of 3\&.0\&.0, the default is 1M, and the maximum allowed is 16M\&. Note that this value is just a starting point for negotiation in 3\&.0\&.0 and up\&. The client and server may negotiate this size downward according to the server's capabilities\&. In kernels prior to 3\&.0\&.0, 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 |