commit | ace0e14f4fe5f5944d27d8bd4d3492ad0d2b09e2 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Sep 20 14:33:42 2016 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Sep 22 17:12:31 2016 -0400 |
tree | 092e8ffd8c0350a79d40be6b6318d20c8b61b87c | |
parent | 78d04af4995a1358039f4406bd31c28faedfa030 [diff] |
SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratch When we copy the first part of the data, we need to ensure that value of xdr->nwords is updated as well. Do so by calling __xdr_inline_decode() Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>