diff options
author | Christoph Hellwig <hch@lst.de> | 2014-05-28 10:46:32 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-05-30 23:32:27 +0200 |
commit | b52bd7bccca57b2bbe837d14a0bf3e45279459a8 (patch) | |
tree | 0c815d914a4117b33e0daafe9754a5c9570afe9e /fs/nfsd/vfs.h | |
parent | nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs buffer (diff) | |
download | linux-b52bd7bccca57b2bbe837d14a0bf3e45279459a8.tar.xz linux-b52bd7bccca57b2bbe837d14a0bf3e45279459a8.zip |
nfsd: remove unused function nfsd_read_file
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/vfs.h')
-rw-r--r-- | fs/nfsd/vfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/vfs.h b/fs/nfsd/vfs.h index 7441e9655eb7..91b6ae3f658b 100644 --- a/fs/nfsd/vfs.h +++ b/fs/nfsd/vfs.h @@ -80,8 +80,6 @@ int nfsd_readv(struct file *, loff_t, struct kvec *, int, unsigned long *); __be32 nfsd_read(struct svc_rqst *, struct svc_fh *, loff_t, struct kvec *, int, unsigned long *); -__be32 nfsd_read_file(struct svc_rqst *, struct svc_fh *, struct file *, - loff_t, struct kvec *, int, unsigned long *); __be32 nfsd_write(struct svc_rqst *, struct svc_fh *,struct file *, loff_t, struct kvec *,int, unsigned long *, int *); __be32 nfsd_readlink(struct svc_rqst *, struct svc_fh *, |