diff options
author | Dan Aloni <da-x@monatomic.org> | 2007-02-12 00:51:54 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-12 09:48:28 -0800 |
commit | 91dd26ad2c04a1bbf179df4dca98f34db2f70716 (patch) | |
tree | 26d483ca51901e55574a9efd84b500cec474cf5b /Documentation/nfsroot.txt | |
parent | d459883e6c54303a233dec3e4453a356794d8c2d (diff) | |
download | linux-3.10-91dd26ad2c04a1bbf179df4dca98f34db2f70716.tar.gz linux-3.10-91dd26ad2c04a1bbf179df4dca98f34db2f70716.tar.bz2 linux-3.10-91dd26ad2c04a1bbf179df4dca98f34db2f70716.zip |
[PATCH] fix the defaults mentioned in Documentation/nfsroot.txt
This patch fixes the documentation of nfsroot to match NFS_DEF_FILE_IO_SIZE.
Or perhaps we need to change NFS_DEF_FILE_IO_SIZE to match the
documentation?
Signed-off-by: Dan Aloni <da-x@monatomic.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/nfsroot.txt')
-rw-r--r-- | Documentation/nfsroot.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/nfsroot.txt b/Documentation/nfsroot.txt index 719f9a9d60c..16a7cae2721 100644 --- a/Documentation/nfsroot.txt +++ b/Documentation/nfsroot.txt @@ -67,8 +67,8 @@ nfsroot=[<server-ip>:]<root-dir>[,<nfs-options>] <nfs-options> Standard NFS options. All options are separated by commas. The following defaults are used: port = as given by server portmap daemon - rsize = 1024 - wsize = 1024 + rsize = 4096 + wsize = 4096 timeo = 7 retrans = 3 acregmin = 3 |