From 87d0b1635034e430d820901b40ac4df2ef30ad64 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Sat, 27 May 2006 03:31:12 +0400 Subject: [PATCH] --- yaml --- r: 30090 b: refs/heads/master c: 3873bc50e2271504da45799257f69222774d9550 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nfs/callback_xdr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 93dd776ce199..986f7b056548 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4814f56d19137b3b9fa8e00e1d332b3683b950de +refs/heads/master: 3873bc50e2271504da45799257f69222774d9550 diff --git a/trunk/fs/nfs/callback_xdr.c b/trunk/fs/nfs/callback_xdr.c index 05c38cf40b69..c92991328d9a 100644 --- a/trunk/fs/nfs/callback_xdr.c +++ b/trunk/fs/nfs/callback_xdr.c @@ -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)