aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/clnt.c')
-rw-r--r--net/sunrpc/clnt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c
index b19bacf42564..19c129ed6467 100644
--- a/net/sunrpc/clnt.c
+++ b/net/sunrpc/clnt.c
@@ -874,6 +874,7 @@ rpc_xdr_buf_init(struct xdr_buf *buf, void *start, size_t len)
874 buf->head[0].iov_len = len; 874 buf->head[0].iov_len = len;
875 buf->tail[0].iov_len = 0; 875 buf->tail[0].iov_len = 0;
876 buf->page_len = 0; 876 buf->page_len = 0;
877 buf->flags = 0;
877 buf->len = 0; 878 buf->len = 0;
878 buf->buflen = len; 879 buf->buflen = len;
879} 880}