diff options
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/svc_xprt.h | 1 |
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 | ||
22 | struct svc_xprt { | 23 | struct svc_xprt { |