]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdd53be90884927949e82324e87354feb43996475
tree1e6c33c784c1e2fde43c60041bcc56d5f7561d3b
parentf99b7a01b85ae094b3cea3b1a8a332365702264b
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