aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfsd/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nfsd/const.h')
-rw-r--r--include/linux/nfsd/const.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/nfsd/const.h b/include/linux/nfsd/const.h
index adbddf007898..f478066f9cd5 100644
--- a/include/linux/nfsd/const.h
+++ b/include/linux/nfsd/const.h
@@ -21,9 +21,9 @@
21#define NFSSVC_MAXVERS 3 21#define NFSSVC_MAXVERS 3
22 22
23/* 23/*
24 * Maximum blocksize supported by daemon currently at 32K 24 * Maximum blocksizes supported by daemon under various circumstances.
25 */ 25 */
26#define NFSSVC_MAXBLKSIZE (32*1024) 26#define NFSSVC_MAXBLKSIZE RPCSVC_MAXPAYLOAD
27/* NFSv2 is limited by the protocol specification, see RFC 1094 */ 27/* NFSv2 is limited by the protocol specification, see RFC 1094 */
28#define NFSSVC_MAXBLKSIZE_V2 (8*1024) 28#define NFSSVC_MAXBLKSIZE_V2 (8*1024)
29 29