X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fnfs%2Fcallback_xdr.c;h=05c38cf40b69f90577cc333b5c8c9c0cafaf87a9;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=29f932192054004c6b0859fdacf89c530cab5a60;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/fs/nfs/callback_xdr.c b/fs/nfs/callback_xdr.c index 29f932192..05c38cf40 100644 --- a/fs/nfs/callback_xdr.c +++ b/fs/nfs/callback_xdr.c @@ -5,6 +5,7 @@ * * NFSv4 callback encode/decode procedures */ +#include #include #include #include @@ -201,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 status; + return 0; } static unsigned encode_string(struct xdr_stream *xdr, unsigned int len, const char *str)