]> 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)
commit9120ca1beebada5f4812593d9cf3d49d8a430b2f
tree1e6c33c784c1e2fde43c60041bcc56d5f7561d3b
parent80357158139ddbd027d0958fb7218fd1703023c5
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