|
@@ -296,7 +296,8 @@ extern int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh);
|
|
|
|
|
|
struct nfs_pageio_descriptor;
|
|
|
/* read.c */
|
|
|
-extern int nfs_initiate_read(struct nfs_read_data *data, struct rpc_clnt *clnt,
|
|
|
+extern int nfs_initiate_read(struct rpc_clnt *clnt,
|
|
|
+ struct nfs_read_data *data,
|
|
|
const struct rpc_call_ops *call_ops);
|
|
|
extern void nfs_read_prepare(struct rpc_task *task, void *calldata);
|
|
|
extern int nfs_generic_pagein(struct nfs_pageio_descriptor *desc,
|
|
@@ -315,8 +316,8 @@ extern void nfs_pageio_init_write_mds(struct nfs_pageio_descriptor *pgio,
|
|
|
extern void nfs_pageio_reset_write_mds(struct nfs_pageio_descriptor *pgio);
|
|
|
extern void nfs_writedata_release(struct nfs_write_data *wdata);
|
|
|
extern void nfs_commit_free(struct nfs_commit_data *p);
|
|
|
-extern int nfs_initiate_write(struct nfs_write_data *data,
|
|
|
- struct rpc_clnt *clnt,
|
|
|
+extern int nfs_initiate_write(struct rpc_clnt *clnt,
|
|
|
+ struct nfs_write_data *data,
|
|
|
const struct rpc_call_ops *call_ops,
|
|
|
int how);
|
|
|
extern void nfs_write_prepare(struct rpc_task *task, void *calldata);
|