From 47462c3c70719e77c7431dfd8ac0a722bc026087 Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Tue, 8 Apr 2003 04:31:06 +0200 Subject: Make NFSv4 'read' code use the cached 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 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; -- cgit v1.2.3