aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfsd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nfsd')
-rw-r--r--include/linux/nfsd/state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h
index b6b2fe1e7c63..2c3b42674a4c 100644
--- a/include/linux/nfsd/state.h
+++ b/include/linux/nfsd/state.h
@@ -218,8 +218,8 @@ struct nfs4_stateowner {
218*/ 218*/
219struct nfs4_file { 219struct nfs4_file {
220 struct list_head fi_hash; /* hash by "struct inode *" */ 220 struct list_head fi_hash; /* hash by "struct inode *" */
221 struct list_head fi_perfile; /* list: nfs4_stateid */ 221 struct list_head fi_stateids;
222 struct list_head fi_del_perfile; /* list: nfs4_delegation */ 222 struct list_head fi_delegations;
223 struct inode *fi_inode; 223 struct inode *fi_inode;
224 u32 fi_id; /* used with stateowner->so_id 224 u32 fi_id; /* used with stateowner->so_id
225 * for stateid_hashtbl hash */ 225 * for stateid_hashtbl hash */