diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2003-04-08 04:31:06 +0200 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@fys.uio.no> | 2003-04-08 04:31:06 +0200 |
| commit | 47462c3c70719e77c7431dfd8ac0a722bc026087 (patch) | |
| tree | 4dc952eda3363325d9ae152e6661bddbfb860767 /include | |
| parent | be6c1a46a0609afffd8926a2f533158a8481689c (diff) | |
Make NFSv4 'read' code use the cached stateid if it exists.
Diffstat (limited to 'include')
| -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 7c37e245e732..515168676c24 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -157,6 +157,7 @@ struct nfs_closeres { struct nfs_readargs { struct nfs_fh * fh; + nfs4_stateid stateid; __u64 offset; __u32 count; unsigned int pgbase; |
