diff options
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index ae25cc21fe70..095bf4690e84 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -182,6 +182,7 @@ struct nfs4_state_recovery_ops { | |||
182 | 182 | ||
183 | struct nfs4_state_maintenance_ops { | 183 | struct nfs4_state_maintenance_ops { |
184 | int (*sched_state_renewal)(struct nfs_client *, struct rpc_cred *); | 184 | int (*sched_state_renewal)(struct nfs_client *, struct rpc_cred *); |
185 | int (*renew_lease)(struct nfs_client *, struct rpc_cred *); | ||
185 | }; | 186 | }; |
186 | 187 | ||
187 | extern const struct dentry_operations nfs4_dentry_operations; | 188 | extern const struct dentry_operations nfs4_dentry_operations; |