commit | b60475c9401bf89a2b14918fca0a220a15867ace | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Sat Sep 17 18:17:31 2016 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Sep 22 13:56:04 2016 -0400 |
tree | 1e6c33c784c1e2fde43c60041bcc56d5f7561d3b | |
parent | f844cd0d76378fa898890d2448222d407f3f8ecf [diff] |
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>