summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap-2.6.39/net/0001-NFS-Revert-NFSROOT-default-mount-options.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap-2.6.39/net/0001-NFS-Revert-NFSROOT-default-mount-options.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap-2.6.39/net/0001-NFS-Revert-NFSROOT-default-mount-options.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap-2.6.39/net/0001-NFS-Revert-NFSROOT-default-mount-options.patch b/extras/recipes-kernel/linux/linux-omap-2.6.39/net/0001-NFS-Revert-NFSROOT-default-mount-options.patch
new file mode 100644
index 00000000..617698da
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap-2.6.39/net/0001-NFS-Revert-NFSROOT-default-mount-options.patch
@@ -0,0 +1,13 @@
1diff --git a/fs/nfs/nfsroot.c b/fs/nfs/nfsroot.c
2index c541093..c4744e1 100644
3--- a/fs/nfs/nfsroot.c
4+++ b/fs/nfs/nfsroot.c
5@@ -87,7 +87,7 @@
6 #define NFS_ROOT "/tftpboot/%s"
7
8 /* Default NFSROOT mount options. */
9-#define NFS_DEF_OPTIONS "udp"
10+#define NFS_DEF_OPTIONS "vers=2,udp,rsize=4096,wsize=4096"
11
12 /* Parameters passed from the kernel command line */
13 static char nfs_root_parms[256] __initdata = "";