Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233269
b: refs/heads/master
c: 0af3f81
h: refs/heads/master
i:
  233267: 3f7770e
v: v3
  • Loading branch information
Benny Halevy authored and J. Bruce Fields committed Feb 14, 2011
1 parent 8ec9d47 commit ba8901b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 541ce98c10111dae7604543dda6c6f7e7a6015d8
refs/heads/master: 0af3f814ccf0a13d3e01e8115b96f1824379fc72
6 changes: 2 additions & 4 deletions trunk/fs/nfsd/nfs4callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ static int decode_cb_sequence4res(struct xdr_stream *xdr,
out:
return status;
out_default:
return nfs_cb_stat_to_errno(status);
return nfs_cb_stat_to_errno(nfserr);
}

/*
Expand Down Expand Up @@ -564,11 +564,9 @@ static int nfs4_xdr_dec_cb_recall(struct rpc_rqst *rqstp,
if (unlikely(status))
goto out;
if (unlikely(nfserr != NFS4_OK))
goto out_default;
status = nfs_cb_stat_to_errno(nfserr);
out:
return status;
out_default:
return nfs_cb_stat_to_errno(status);
}

/*
Expand Down

0 comments on commit ba8901b

Please sign in to comment.