make /proc/$pid/numa_maps gather_stats() take variable page size
[firefly-linux-kernel-4.4.55.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 = "";