Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82433
b: refs/heads/master
c: 99d965e
h: refs/heads/master
i:
  82431: 7b8699f
v: v3
  • Loading branch information
J. Bruce Fields committed Feb 1, 2008
1 parent e29707e commit 4924389
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 366e0c1d9116ed03320779ecf9c162204f4c712e
refs/heads/master: 99d965eda736b839a63fe85438ee03a0f660053c
10 changes: 5 additions & 5 deletions trunk/fs/nfsd/nfs3xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,11 +817,11 @@ static __be32 *
encode_entryplus_baggage(struct nfsd3_readdirres *cd, __be32 *p,
struct svc_fh *fhp)
{
p = encode_post_op_attr(cd->rqstp, p, fhp);
*p++ = xdr_one; /* yes, a file handle follows */
p = encode_fh(p, fhp);
fh_put(fhp);
return p;
p = encode_post_op_attr(cd->rqstp, p, fhp);
*p++ = xdr_one; /* yes, a file handle follows */
p = encode_fh(p, fhp);
fh_put(fhp);
return p;
}

static int
Expand Down

0 comments on commit 4924389

Please sign in to comment.