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 09d96812d6d0..c82ad33cffe1 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1039,6 +1039,7 @@ struct nfs_write_data { | |||
1039 | struct nfs_writeargs args; /* argument struct */ | 1039 | struct nfs_writeargs args; /* argument struct */ |
1040 | struct nfs_writeres res; /* result struct */ | 1040 | struct nfs_writeres res; /* result struct */ |
1041 | struct pnfs_layout_segment *lseg; | 1041 | struct pnfs_layout_segment *lseg; |
1042 | const struct rpc_call_ops *mds_ops; | ||
1042 | int (*write_done_cb) (struct rpc_task *task, struct nfs_write_data *data); | 1043 | int (*write_done_cb) (struct rpc_task *task, struct nfs_write_data *data); |
1043 | #ifdef CONFIG_NFS_V4 | 1044 | #ifdef CONFIG_NFS_V4 |
1044 | unsigned long timestamp; /* For lease renewal */ | 1045 | unsigned long timestamp; /* For lease renewal */ |