Skip to content

Commit

Permalink
NFSv4: really return status from decode_recall_args()
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Alexey Dobriyan authored and Trond Myklebust committed Jun 9, 2006
1 parent 4814f56 commit 3873bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfs/callback_xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static unsigned decode_recall_args(struct svc_rqst *rqstp, struct xdr_stream *xd
status = decode_fh(xdr, &args->fh);
out:
dprintk("%s: exit with status = %d\n", __FUNCTION__, status);
return 0;
return status;
}

static unsigned encode_string(struct xdr_stream *xdr, unsigned int len, const char *str)
Expand Down

0 comments on commit 3873bc5

Please sign in to comment.