aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/xprtsock.c')
-rw-r--r--net/sunrpc/xprtsock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/xprtsock.c b/net/sunrpc/xprtsock.c
index 980f26504f48..6c2f5dcea416 100644
--- a/net/sunrpc/xprtsock.c
+++ b/net/sunrpc/xprtsock.c
@@ -1059,6 +1059,7 @@ static struct rpc_xprt_ops xs_udp_ops = {
1059 .send_request = xs_udp_send_request, 1059 .send_request = xs_udp_send_request,
1060 .set_retrans_timeout = xprt_set_retrans_timeout_rtt, 1060 .set_retrans_timeout = xprt_set_retrans_timeout_rtt,
1061 .timer = xs_udp_timer, 1061 .timer = xs_udp_timer,
1062 .release_request = xprt_release_rqst_cong,
1062 .close = xs_close, 1063 .close = xs_close,
1063 .destroy = xs_destroy, 1064 .destroy = xs_destroy,
1064}; 1065};