Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320197
b: refs/heads/master
c: 98d9452
h: refs/heads/master
i:
  320195: 465c007
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Jun 28, 2012
1 parent 27cc143 commit 9535649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 140150dbb1f9cf3ef963fb55505f994d74ff3276
refs/heads/master: 98d9452448122486f81030c6c70f29471f65e1ce
4 changes: 2 additions & 2 deletions trunk/fs/nfs/nfs4xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -5579,7 +5579,7 @@ static int decode_getdevicelist(struct xdr_stream *xdr,
{
__be32 *p;
int status, i;
struct nfs_writeverf verftemp;
nfs4_verifier verftemp;

status = decode_op_hdr(xdr, OP_GETDEVICELIST);
if (status)
Expand All @@ -5593,7 +5593,7 @@ static int decode_getdevicelist(struct xdr_stream *xdr,
p += 2;

/* Read verifier */
p = xdr_decode_opaque_fixed(p, verftemp.verifier, NFS4_VERIFIER_SIZE);
p = xdr_decode_opaque_fixed(p, verftemp.data, NFS4_VERIFIER_SIZE);

res->num_devs = be32_to_cpup(p);

Expand Down

0 comments on commit 9535649

Please sign in to comment.