diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index abd615d74a29..c74595ba7094 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1133,7 +1133,6 @@ struct nfs_page; | |||
1133 | #define NFS_PAGEVEC_SIZE (8U) | 1133 | #define NFS_PAGEVEC_SIZE (8U) |
1134 | 1134 | ||
1135 | struct nfs_read_data { | 1135 | struct nfs_read_data { |
1136 | int flags; | ||
1137 | struct rpc_task task; | 1136 | struct rpc_task task; |
1138 | struct inode *inode; | 1137 | struct inode *inode; |
1139 | struct rpc_cred *cred; | 1138 | struct rpc_cred *cred; |
@@ -1156,7 +1155,6 @@ struct nfs_read_data { | |||
1156 | }; | 1155 | }; |
1157 | 1156 | ||
1158 | struct nfs_write_data { | 1157 | struct nfs_write_data { |
1159 | int flags; | ||
1160 | struct rpc_task task; | 1158 | struct rpc_task task; |
1161 | struct inode *inode; | 1159 | struct inode *inode; |
1162 | struct rpc_cred *cred; | 1160 | struct rpc_cred *cred; |
@@ -1197,9 +1195,6 @@ struct nfs_rpc_ops { | |||
1197 | 1195 | ||
1198 | int (*getroot) (struct nfs_server *, struct nfs_fh *, | 1196 | int (*getroot) (struct nfs_server *, struct nfs_fh *, |
1199 | struct nfs_fsinfo *); | 1197 | struct nfs_fsinfo *); |
1200 | int (*lookupfh)(struct nfs_server *, struct nfs_fh *, | ||
1201 | struct qstr *, struct nfs_fh *, | ||
1202 | struct nfs_fattr *); | ||
1203 | int (*getattr) (struct nfs_server *, struct nfs_fh *, | 1198 | int (*getattr) (struct nfs_server *, struct nfs_fh *, |
1204 | struct nfs_fattr *); | 1199 | struct nfs_fattr *); |
1205 | int (*setattr) (struct dentry *, struct nfs_fattr *, | 1200 | int (*setattr) (struct dentry *, struct nfs_fattr *, |