diff options
Diffstat (limited to 'fs/nfs/pnfs.h')
-rw-r--r-- | fs/nfs/pnfs.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h index 97cb358bb882..94ba80417748 100644 --- a/fs/nfs/pnfs.h +++ b/fs/nfs/pnfs.h | |||
@@ -230,9 +230,11 @@ struct pnfs_layout_segment *pnfs_update_layout(struct inode *ino, | |||
230 | 230 | ||
231 | void nfs4_deviceid_mark_client_invalid(struct nfs_client *clp); | 231 | void nfs4_deviceid_mark_client_invalid(struct nfs_client *clp); |
232 | int pnfs_read_done_resend_to_mds(struct inode *inode, struct list_head *head, | 232 | int pnfs_read_done_resend_to_mds(struct inode *inode, struct list_head *head, |
233 | const struct nfs_pgio_completion_ops *compl_ops); | 233 | const struct nfs_pgio_completion_ops *compl_ops, |
234 | struct nfs_direct_req *dreq); | ||
234 | int pnfs_write_done_resend_to_mds(struct inode *inode, struct list_head *head, | 235 | int pnfs_write_done_resend_to_mds(struct inode *inode, struct list_head *head, |
235 | const struct nfs_pgio_completion_ops *compl_ops); | 236 | const struct nfs_pgio_completion_ops *compl_ops, |
237 | struct nfs_direct_req *dreq); | ||
236 | struct nfs4_threshold *pnfs_mdsthreshold_alloc(void); | 238 | struct nfs4_threshold *pnfs_mdsthreshold_alloc(void); |
237 | 239 | ||
238 | /* nfs4_deviceid_flags */ | 240 | /* nfs4_deviceid_flags */ |