pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio
[firefly-linux-kernel-4.4.55.git] / include / linux / nfs_page.h
index 6c3e06ee2fb7af63cc5a87314baec589631619af..4c3aa809ab95bddb7ea0049144f01fac72a37712 100644 (file)
@@ -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);
 };