diff options
Diffstat (limited to 'fs/nfs/callback_xdr.c')
| -rw-r--r-- | fs/nfs/callback_xdr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfs/callback_xdr.c b/fs/nfs/callback_xdr.c index 05c38cf40b69..29f932192054 100644 --- a/fs/nfs/callback_xdr.c +++ b/fs/nfs/callback_xdr.c | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | * | 5 | * |
| 6 | * NFSv4 callback encode/decode procedures | 6 | * NFSv4 callback encode/decode procedures |
| 7 | */ | 7 | */ |
| 8 | #include <linux/config.h> | ||
| 9 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
| 10 | #include <linux/sunrpc/svc.h> | 9 | #include <linux/sunrpc/svc.h> |
| 11 | #include <linux/nfs4.h> | 10 | #include <linux/nfs4.h> |
| @@ -202,7 +201,7 @@ static unsigned decode_recall_args(struct svc_rqst *rqstp, struct xdr_stream *xd | |||
| 202 | status = decode_fh(xdr, &args->fh); | 201 | status = decode_fh(xdr, &args->fh); |
| 203 | out: | 202 | out: |
| 204 | dprintk("%s: exit with status = %d\n", __FUNCTION__, status); | 203 | dprintk("%s: exit with status = %d\n", __FUNCTION__, status); |
| 205 | return 0; | 204 | return status; |
| 206 | } | 205 | } |
| 207 | 206 | ||
| 208 | static unsigned encode_string(struct xdr_stream *xdr, unsigned int len, const char *str) | 207 | static unsigned encode_string(struct xdr_stream *xdr, unsigned int len, const char *str) |
