diff options
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 39adc27b0685..84b230217b1b 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -81,6 +81,7 @@ struct nfs4_delegation { | |||
81 | atomic_t dl_count; /* ref count */ | 81 | atomic_t dl_count; /* ref count */ |
82 | struct nfs4_client *dl_client; | 82 | struct nfs4_client *dl_client; |
83 | struct nfs4_file *dl_file; | 83 | struct nfs4_file *dl_file; |
84 | struct file *dl_vfs_file; | ||
84 | struct file_lock *dl_flock; | 85 | struct file_lock *dl_flock; |
85 | u32 dl_type; | 86 | u32 dl_type; |
86 | time_t dl_time; | 87 | time_t dl_time; |