aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/unslung-kernel/nfs-blocksize.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/unslung-kernel/nfs-blocksize.patch')
-rw-r--r--recipes/linux/unslung-kernel/nfs-blocksize.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/linux/unslung-kernel/nfs-blocksize.patch b/recipes/linux/unslung-kernel/nfs-blocksize.patch
new file mode 100644
index 0000000000..7200af16e8
--- /dev/null
+++ b/recipes/linux/unslung-kernel/nfs-blocksize.patch
@@ -0,0 +1,11 @@
+--- linux-2.4.22/include/linux/nfsd/const.h.orig 2005-04-02 16:02:17.000000000 +0930
++++ linux-2.4.22/include/linux/nfsd/const.h 2005-04-02 16:02:25.000000000 +0930
+@@ -21,7 +21,7 @@
+ /*
+ * Maximum blocksize supported by daemon currently at 8K
+ */
+-#define NFSSVC_MAXBLKSIZE (8*1024)
++#define NFSSVC_MAXBLKSIZE (32*1024)
+
+ #ifdef __KERNEL__
+