nfs: the length argument to read_buf should be unsigned
authorJeff Layton <jlayton@redhat.com>
Sat, 17 Sep 2016 22:17:31 +0000 (18:17 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 22 Sep 2016 17:56:04 +0000 (13:56 -0400)
commitb60475c9401bf89a2b14918fca0a220a15867ace
tree1e6c33c784c1e2fde43c60041bcc56d5f7561d3b
parentf844cd0d76378fa898890d2448222d407f3f8ecf
nfs: the length argument to read_buf should be unsigned

Since it gets passed through to xdr_inline_decode, we might as well
have read_buf expect what it expects -- a size_t.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/callback_xdr.c