From: Kinglong Mee Date: Thu, 5 Dec 2013 03:07:20 +0000 (+0800) Subject: nfsd: get rid of unused function definition X-Git-Tag: firefly_0821_release~176^2~4520^2~17 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=73ca65904c5abaa29b8d9699089292239564300f;p=firefly-linux-kernel-4.4.55.git nfsd: get rid of unused function definition Signed-off-by: Kinglong Mee Signed-off-by: J. Bruce Fields --- diff --git a/fs/nfsd/vfs.h b/fs/nfsd/vfs.h index a4be2e389670..fd8c0cc9c25d 100644 --- a/fs/nfsd/vfs.h +++ b/fs/nfsd/vfs.h @@ -89,8 +89,6 @@ __be32 nfsd_link(struct svc_rqst *, struct svc_fh *, __be32 nfsd_rename(struct svc_rqst *, struct svc_fh *, char *, int, struct svc_fh *, char *, int); -__be32 nfsd_remove(struct svc_rqst *, - struct svc_fh *, char *, int); __be32 nfsd_unlink(struct svc_rqst *, struct svc_fh *, int type, char *name, int len); __be32 nfsd_readdir(struct svc_rqst *, struct svc_fh *,