diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
| -rw-r--r-- | include/linux/nfs_xdr.h | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 8aadd90b808..5c0014d1c96 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -514,9 +514,13 @@ struct nfs_writeargs {  	struct nfs4_sequence_args	seq_args;  }; +struct nfs_write_verifier { +	char			data[8]; +}; +  struct nfs_writeverf { +	struct nfs_write_verifier verifier;  	enum nfs3_stable_how	committed; -	__be32			verifier[2];  };  struct nfs_writeres {  |