From: Christoph Hellwig Date: Mon, 8 May 2017 16:03:06 +0000 (+0200) Subject: nfsd: remove the unused PROC() macro in nfs3proc.c X-Git-Tag: v4.14-rc1~297^2~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36ba89c2a40fe138898b394106205a3853ef2a4d;p=platform%2Fkernel%2Flinux-rpi.git nfsd: remove the unused PROC() macro in nfs3proc.c Signed-off-by: Christoph Hellwig --- diff --git a/fs/nfsd/nfs3proc.c b/fs/nfsd/nfs3proc.c index 045c908..24e0351 100644 --- a/fs/nfsd/nfs3proc.c +++ b/fs/nfsd/nfs3proc.c @@ -647,18 +647,6 @@ nfsd3_proc_commit(struct svc_rqst * rqstp, struct nfsd3_commitargs *argp, #define nfsd3_voidres nfsd3_voidargs struct nfsd3_voidargs { int dummy; }; -#define PROC(name, argt, rest, relt, cache, respsize) \ - { (svc_procfunc) nfsd3_proc_##name, \ - (kxdrproc_t) nfs3svc_decode_##argt##args, \ - (kxdrproc_t) nfs3svc_encode_##rest##res, \ - (kxdrproc_t) nfs3svc_release_##relt, \ - sizeof(struct nfsd3_##argt##args), \ - sizeof(struct nfsd3_##rest##res), \ - 0, \ - cache, \ - respsize, \ - } - #define ST 1 /* status*/ #define FH 17 /* filehandle with length */ #define AT 21 /* attributes */