aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r--include/linux/sunrpc/svc_xprt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svc_xprt.h b/include/linux/sunrpc/svc_xprt.h
index fe8e787bb95d..187dc4e2e202 100644
--- a/include/linux/sunrpc/svc_xprt.h
+++ b/include/linux/sunrpc/svc_xprt.h
@@ -17,6 +17,7 @@ struct svc_xprt_class {
17 struct module *xcl_owner; 17 struct module *xcl_owner;
18 struct svc_xprt_ops *xcl_ops; 18 struct svc_xprt_ops *xcl_ops;
19 struct list_head xcl_list; 19 struct list_head xcl_list;
20 u32 xcl_max_payload;
20}; 21};
21 22
22struct svc_xprt { 23struct svc_xprt {