diff options
Diffstat (limited to 'include/linux/nfsd/state.h')
-rw-r--r-- | include/linux/nfsd/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h index 503b6bb53a56..a6e4a00fa392 100644 --- a/include/linux/nfsd/state.h +++ b/include/linux/nfsd/state.h | |||
@@ -214,7 +214,7 @@ struct nfs4_stateowner { | |||
214 | * share_acces, share_deny on the file. | 214 | * share_acces, share_deny on the file. |
215 | */ | 215 | */ |
216 | struct nfs4_file { | 216 | struct nfs4_file { |
217 | struct kref fi_ref; | 217 | atomic_t fi_ref; |
218 | struct list_head fi_hash; /* hash by "struct inode *" */ | 218 | struct list_head fi_hash; /* hash by "struct inode *" */ |
219 | struct list_head fi_stateids; | 219 | struct list_head fi_stateids; |
220 | struct list_head fi_delegations; | 220 | struct list_head fi_delegations; |