aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r--fs/nfsd/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h
index f6ae4db3efdb..7674bc806200 100644
--- a/fs/nfsd/state.h
+++ b/fs/nfsd/state.h
@@ -380,7 +380,7 @@ static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so)
380/* nfs4_file: a file opened by some number of (open) nfs4_stateowners. */ 380/* nfs4_file: a file opened by some number of (open) nfs4_stateowners. */
381struct nfs4_file { 381struct nfs4_file {
382 atomic_t fi_ref; 382 atomic_t fi_ref;
383 struct list_head fi_hash; /* hash by "struct inode *" */ 383 struct hlist_node fi_hash; /* hash by "struct inode *" */
384 struct list_head fi_stateids; 384 struct list_head fi_stateids;
385 struct list_head fi_delegations; 385 struct list_head fi_delegations;
386 /* One each for O_RDONLY, O_WRONLY, O_RDWR: */ 386 /* One each for O_RDONLY, O_WRONLY, O_RDWR: */