The patch titled fix the defaults mentioned in Documentation/nfsroot.txt has been added to the -mm tree. Its filename is fix-the-defaults-mentioned-in-documentation-nfsroottxt.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix the defaults mentioned in Documentation/nfsroot.txt From: Dan Aloni <da-x@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Cc: Trond Myklebust <trond.myklebust@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/nfsroot.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN Documentation/nfsroot.txt~fix-the-defaults-mentioned-in-documentation-nfsroottxt Documentation/nfsroot.txt --- a/Documentation/nfsroot.txt~fix-the-defaults-mentioned-in-documentation-nfsroottxt +++ a/Documentation/nfsroot.txt @@ -67,8 +67,8 @@ nfsroot=[<server-ip>:]<root-dir>[,<nfs-o <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 _ Patches currently in -mm which might be from da-x@xxxxxxxxxxxxx are fix-i-oat-for-kexec.patch fix-the-defaults-mentioned-in-documentation-nfsroottxt.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html