From: The pNFS Team <linux-nfs@xxxxxxxxxxxxxxx> For striping over several DSs we need larger I/Os. Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- include/linux/nfs_xdr.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index bd84684..3ea43aa 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -10,7 +10,7 @@ * support a megabyte or more. The default is left at 4096 bytes, which is * reasonable for NFS over UDP. */ -#define NFS_MAX_FILE_IO_SIZE (1048576U) +#define NFS_MAX_FILE_IO_SIZE (4U * 1048576U) #define NFS_DEF_FILE_IO_SIZE (4096U) #define NFS_MIN_FILE_IO_SIZE (1024U) -- 1.6.6 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html