diff options
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 7cc1cddfd9ba..ae25cc21fe70 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -180,6 +180,10 @@ struct nfs4_state_recovery_ops { | |||
180 | int (*recover_lock)(struct nfs4_state *, struct file_lock *); | 180 | int (*recover_lock)(struct nfs4_state *, struct file_lock *); |
181 | }; | 181 | }; |
182 | 182 | ||
183 | struct nfs4_state_maintenance_ops { | ||
184 | int (*sched_state_renewal)(struct nfs_client *, struct rpc_cred *); | ||
185 | }; | ||
186 | |||
183 | extern const struct dentry_operations nfs4_dentry_operations; | 187 | extern const struct dentry_operations nfs4_dentry_operations; |
184 | extern const struct inode_operations nfs4_dir_inode_operations; | 188 | extern const struct inode_operations nfs4_dir_inode_operations; |
185 | 189 | ||
@@ -220,6 +224,8 @@ static inline int nfs4_setup_sequence(struct nfs_client *clp, | |||
220 | } | 224 | } |
221 | #endif /* CONFIG_NFS_V4_1 */ | 225 | #endif /* CONFIG_NFS_V4_1 */ |
222 | 226 | ||
227 | extern struct nfs4_state_maintenance_ops *nfs4_state_renewal_ops[]; | ||
228 | |||
223 | extern const u32 nfs4_fattr_bitmap[2]; | 229 | extern const u32 nfs4_fattr_bitmap[2]; |
224 | extern const u32 nfs4_statfs_bitmap[2]; | 230 | extern const u32 nfs4_statfs_bitmap[2]; |
225 | extern const u32 nfs4_pathconf_bitmap[2]; | 231 | extern const u32 nfs4_pathconf_bitmap[2]; |