aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r--fs/nfs/nfs4_fs.h6
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
183struct nfs4_state_maintenance_ops {
184 int (*sched_state_renewal)(struct nfs_client *, struct rpc_cred *);
185};
186
183extern const struct dentry_operations nfs4_dentry_operations; 187extern const struct dentry_operations nfs4_dentry_operations;
184extern const struct inode_operations nfs4_dir_inode_operations; 188extern 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
227extern struct nfs4_state_maintenance_ops *nfs4_state_renewal_ops[];
228
223extern const u32 nfs4_fattr_bitmap[2]; 229extern const u32 nfs4_fattr_bitmap[2];
224extern const u32 nfs4_statfs_bitmap[2]; 230extern const u32 nfs4_statfs_bitmap[2];
225extern const u32 nfs4_pathconf_bitmap[2]; 231extern const u32 nfs4_pathconf_bitmap[2];