From ec0e388d853a42585595652150fa27b449609a45 Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Tue, 8 Apr 2003 04:31:46 +0200 Subject: Make the NFSv4 write code use the stateid if it exists. --- include/linux/nfs_xdr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 515168676c24..14314f089e8d 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -180,6 +180,7 @@ struct nfs_readres { struct nfs_writeargs { struct nfs_fh * fh; + nfs4_stateid stateid; __u64 offset; __u32 count; enum nfs3_stable_how stable; -- cgit v1.2.3