mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
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:
parent
4814f56d19
commit
3873bc50e2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user