summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs3proc.c
diff options
context:
space:
mode:
authorChristoph Hellwig2017-05-08 18:03:06 +0200
committerChristoph Hellwig2017-05-15 17:42:22 +0200
commit9482c9c15c29deb5e49ff475710f94dea0842328 (patch)
tree31146a77d287e3f54b42abb7622ae2471401e26a /fs/nfsd/nfs3proc.c
parentnfsd: use named initializers in PROC() (diff)
downloadkernel-qcow2-linux-9482c9c15c29deb5e49ff475710f94dea0842328.tar.gz
kernel-qcow2-linux-9482c9c15c29deb5e49ff475710f94dea0842328.tar.xz
kernel-qcow2-linux-9482c9c15c29deb5e49ff475710f94dea0842328.zip
nfsd: remove the unused PROC() macro in nfs3proc.c
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/nfsd/nfs3proc.c')
-rw-r--r--fs/nfsd/nfs3proc.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/fs/nfsd/nfs3proc.c b/fs/nfsd/nfs3proc.c
index 045c9081eabe..24e035190770 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 */