]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
nfsd: remove the unused PROC() macro in nfs3proc.c
authorChristoph Hellwig <hch@lst.de>
Mon, 8 May 2017 16:03:06 +0000 (18:03 +0200)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 13 Jul 2017 19:57:58 +0000 (15:57 -0400)
Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/nfsd/nfs3proc.c

index 045c9081eabeb0242a0f60d49ec9177dc9c0c6f4..24e035190770747edfd8682902bc2c5e62b66c71 100644 (file)
@@ -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 */