diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
| -rw-r--r-- | include/linux/nfs_xdr.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index d1a7bf51c32..8aadd90b808 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -348,6 +348,7 @@ struct nfs_openargs {  	const struct qstr *	name;  	const struct nfs_server *server;	 /* Needed for ID mapping */  	const u32 *		bitmask; +	const u32 *		open_bitmap;  	__u32			claim;  	struct nfs4_sequence_args	seq_args;  }; @@ -1236,6 +1237,7 @@ struct nfs_pgio_header {  	struct list_head	rpc_list;  	atomic_t		refcnt;  	struct nfs_page		*req; +	struct nfs_writeverf	*verf;  	struct pnfs_layout_segment *lseg;  	loff_t			io_start;  	const struct rpc_call_ops *mds_ops; @@ -1273,6 +1275,7 @@ struct nfs_write_data {  struct nfs_write_header {  	struct nfs_pgio_header	header;  	struct nfs_write_data	rpc_data; +	struct nfs_writeverf	verf;  };  struct nfs_mds_commit_info {  |