diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index b63faef5052e..eb0e87084353 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1020,6 +1020,7 @@ struct nfs_read_data { | |||
1020 | struct pnfs_layout_segment *lseg; | 1020 | struct pnfs_layout_segment *lseg; |
1021 | struct nfs_client *ds_clp; /* pNFS data server */ | 1021 | struct nfs_client *ds_clp; /* pNFS data server */ |
1022 | const struct rpc_call_ops *mds_ops; | 1022 | const struct rpc_call_ops *mds_ops; |
1023 | int (*read_done_cb) (struct rpc_task *task, struct nfs_read_data *data); | ||
1023 | __u64 mds_offset; | 1024 | __u64 mds_offset; |
1024 | struct page *page_array[NFS_PAGEVEC_SIZE]; | 1025 | struct page *page_array[NFS_PAGEVEC_SIZE]; |
1025 | }; | 1026 | }; |