]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/unslung-kernel/nfs-blocksize.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / unslung-kernel / nfs-blocksize.patch
1 --- linux-2.4.22/include/linux/nfsd/const.h.orig        2005-04-02 16:02:17.000000000 +0930
2 +++ linux-2.4.22/include/linux/nfsd/const.h     2005-04-02 16:02:25.000000000 +0930
3 @@ -21,7 +21,7 @@
4  /*
5   * Maximum blocksize supported by daemon currently at 8K
6   */
7 -#define NFSSVC_MAXBLKSIZE      (8*1024)
8 +#define NFSSVC_MAXBLKSIZE      (32*1024)
9  
10  #ifdef __KERNEL__
11