diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-12-13 15:23:44 -0500 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-02-03 18:35:06 -0500 |
| commit | 8e0969f0451eaf7cf32f2ec3946196d8d0b1cb2c (patch) | |
| tree | 66f3e1ca0761d77e21ac3d24bacc1574189cfc64 /include/linux | |
| parent | c228fd3aeef55637354167faead74c579d5da28b (diff) | |
NFS: Remove nfs_readpage_sync()
It makes no sense to maintain 2 parallel systems for reading in pages.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 9ee9da5e1cc9..115c8120ff13 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
| @@ -784,7 +784,6 @@ struct nfs_rpc_ops { | |||
| 784 | int (*access) (struct inode *, struct nfs_access_entry *); | 784 | int (*access) (struct inode *, struct nfs_access_entry *); |
| 785 | int (*readlink)(struct inode *, struct page *, unsigned int, | 785 | int (*readlink)(struct inode *, struct page *, unsigned int, |
| 786 | unsigned int); | 786 | unsigned int); |
| 787 | int (*read) (struct nfs_read_data *); | ||
| 788 | int (*create) (struct inode *, struct dentry *, | 787 | int (*create) (struct inode *, struct dentry *, |
| 789 | struct iattr *, int, struct nameidata *); | 788 | struct iattr *, int, struct nameidata *); |
| 790 | int (*remove) (struct inode *, struct qstr *); | 789 | int (*remove) (struct inode *, struct qstr *); |
