summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@fys.uio.no>2003-04-08 04:31:46 +0200
committerTrond Myklebust <trond.myklebust@fys.uio.no>2003-04-08 04:31:46 +0200
commitec0e388d853a42585595652150fa27b449609a45 (patch)
tree572bc6af400e7e93311dbe8a5020c53cddcd926b /include
parent47462c3c70719e77c7431dfd8ac0a722bc026087 (diff)
Make the NFSv4 write code use the stateid if it exists.
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfs_xdr.h1
1 files changed, 1 insertions, 0 deletions
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;