mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio
Signed-off-by: Tom Haynes <loghyr@primarydata.com>
This commit is contained in:
parent
5f01d95394
commit
abde71f4d3
6 changed files with 13 additions and 8 deletions
|
@ -69,6 +69,7 @@ struct nfs_rw_ops {
|
|||
struct inode *);
|
||||
void (*rw_result)(struct rpc_task *, struct nfs_pgio_header *);
|
||||
void (*rw_initiate)(struct nfs_pgio_header *, struct rpc_message *,
|
||||
const struct nfs_rpc_ops *,
|
||||
struct rpc_task_setup *, int);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue