mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
nfsd: get rid of unused function definition
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
3ff69309fe
commit
73ca65904c
1 changed files with 0 additions and 2 deletions
|
@ -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 *,
|
||||
|
|
Loading…
Reference in a new issue