NFSv4: really return status from decode_recall_args()

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
Alexey Dobriyan 2006-05-27 03:31:12 +04:00 committed by Trond Myklebust
parent 4814f56d19
commit 3873bc50e2

View file

@ -202,7 +202,7 @@ static unsigned decode_recall_args(struct svc_rqst *rqstp, struct xdr_stream *xd
status = decode_fh(xdr, &args->fh); status = decode_fh(xdr, &args->fh);
out: out:
dprintk("%s: exit with status = %d\n", __FUNCTION__, status); 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) static unsigned encode_string(struct xdr_stream *xdr, unsigned int len, const char *str)