diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/callback_xdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/callback_xdr.c b/fs/nfs/callback_xdr.c index 05c38cf40b69..c92991328d9a 100644 --- a/fs/nfs/callback_xdr.c +++ b/fs/nfs/callback_xdr.c | |||
@@ -202,7 +202,7 @@ static unsigned decode_recall_args(struct svc_rqst *rqstp, struct xdr_stream *xd | |||
202 | status = decode_fh(xdr, &args->fh); | 202 | status = decode_fh(xdr, &args->fh); |
203 | out: | 203 | out: |
204 | dprintk("%s: exit with status = %d\n", __FUNCTION__, status); | 204 | dprintk("%s: exit with status = %d\n", __FUNCTION__, status); |
205 | return 0; | 205 | return status; |
206 | } | 206 | } |
207 | 207 | ||
208 | static unsigned encode_string(struct xdr_stream *xdr, unsigned int len, const char *str) | 208 | static unsigned encode_string(struct xdr_stream *xdr, unsigned int len, const char *str) |