diff options
Diffstat (limited to 'net/sunrpc/xdr.c')
-rw-r--r-- | net/sunrpc/xdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/xdr.c b/net/sunrpc/xdr.c index b97a3dd9a60a..fddcccfcdf76 100644 --- a/net/sunrpc/xdr.c +++ b/net/sunrpc/xdr.c | |||
@@ -1204,7 +1204,7 @@ xdr_process_buf(struct xdr_buf *buf, unsigned int offset, unsigned int len, | |||
1204 | int (*actor)(struct scatterlist *, void *), void *data) | 1204 | int (*actor)(struct scatterlist *, void *), void *data) |
1205 | { | 1205 | { |
1206 | int i, ret = 0; | 1206 | int i, ret = 0; |
1207 | unsigned page_len, thislen, page_offset; | 1207 | unsigned int page_len, thislen, page_offset; |
1208 | struct scatterlist sg[1]; | 1208 | struct scatterlist sg[1]; |
1209 | 1209 | ||
1210 | sg_init_table(sg, 1); | 1210 | sg_init_table(sg, 1); |