]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/nfs/nfsroot.c
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[karo-tx-linux.git] / fs / nfs / nfsroot.c
index c541093a5bf2cf058521a1bddd82c404befb5f38..c4744e1d513c826545898e3310631c5f8153ae98 100644 (file)
@@ -87,7 +87,7 @@
 #define NFS_ROOT               "/tftpboot/%s"
 
 /* Default NFSROOT mount options. */
-#define NFS_DEF_OPTIONS                "udp"
+#define NFS_DEF_OPTIONS                "vers=2,udp,rsize=4096,wsize=4096"
 
 /* Parameters passed from the kernel command line */
 static char nfs_root_parms[256] __initdata = "";