Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164600
b: refs/heads/master
c: c864794
h: refs/heads/master
v: v3
  • Loading branch information
Andy Adamson authored and J. Bruce Fields committed Jul 28, 2009
1 parent 6639ef2 commit 20f9f36
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: 49557cc74c7bdf6a984be227ead9a84b3a26f053
refs/heads/master: c8647947f8c13ee2647505debae284ab1c859e65
4 changes: 2 additions & 2 deletions trunk/fs/nfsd/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ static const char *nfsd4_op_name(unsigned opnum);
* encode the uncache rep error on the next operation.
*/
static __be32
nfsd4_enc_uncached_replay(struct nfsd4_compoundargs *args,
nfsd4_enc_sequence_replay(struct nfsd4_compoundargs *args,
struct nfsd4_compoundres *resp)
{
struct nfsd4_op *op;
Expand Down Expand Up @@ -1124,7 +1124,7 @@ nfsd4_proc_compound(struct svc_rqst *rqstp,
if (resp->cstate.status == nfserr_replay_cache) {
dprintk("%s NFS4.1 replay from cache\n", __func__);
if (nfsd4_not_cached(resp))
status = nfsd4_enc_uncached_replay(args, resp);
status = nfsd4_enc_sequence_replay(args, resp);
else
status = op->status;
goto out;
Expand Down

0 comments on commit 20f9f36

Please sign in to comment.