diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 6fb5b2335b59..78216f859527 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1471,8 +1471,6 @@ struct nfs_rpc_ops { | |||
1471 | int (*read_rpc_prepare)(struct rpc_task *, struct nfs_read_data *); | 1471 | int (*read_rpc_prepare)(struct rpc_task *, struct nfs_read_data *); |
1472 | int (*read_done) (struct rpc_task *, struct nfs_read_data *); | 1472 | int (*read_done) (struct rpc_task *, struct nfs_read_data *); |
1473 | void (*write_setup) (struct nfs_write_data *, struct rpc_message *); | 1473 | void (*write_setup) (struct nfs_write_data *, struct rpc_message *); |
1474 | void (*write_pageio_init)(struct nfs_pageio_descriptor *, struct inode *, int, | ||
1475 | const struct nfs_pgio_completion_ops *); | ||
1476 | int (*write_rpc_prepare)(struct rpc_task *, struct nfs_write_data *); | 1474 | int (*write_rpc_prepare)(struct rpc_task *, struct nfs_write_data *); |
1477 | int (*write_done) (struct rpc_task *, struct nfs_write_data *); | 1475 | int (*write_done) (struct rpc_task *, struct nfs_write_data *); |
1478 | void (*commit_setup) (struct nfs_commit_data *, struct rpc_message *); | 1476 | void (*commit_setup) (struct nfs_commit_data *, struct rpc_message *); |