diff options
Diffstat (limited to 'fs/nfs/delegation.h')
-rw-r--r-- | fs/nfs/delegation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/delegation.h b/fs/nfs/delegation.h index 9eb87ae4c982..8b14d441e699 100644 --- a/fs/nfs/delegation.h +++ b/fs/nfs/delegation.h | |||
@@ -68,6 +68,7 @@ int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, | |||
68 | bool nfs4_copy_delegation_stateid(struct inode *inode, fmode_t flags, nfs4_stateid *dst, const struct cred **cred); | 68 | bool nfs4_copy_delegation_stateid(struct inode *inode, fmode_t flags, nfs4_stateid *dst, const struct cred **cred); |
69 | bool nfs4_refresh_delegation_stateid(nfs4_stateid *dst, struct inode *inode); | 69 | bool nfs4_refresh_delegation_stateid(nfs4_stateid *dst, struct inode *inode); |
70 | 70 | ||
71 | struct nfs_delegation *nfs4_get_valid_delegation(const struct inode *inode); | ||
71 | void nfs_mark_delegation_referenced(struct nfs_delegation *delegation); | 72 | void nfs_mark_delegation_referenced(struct nfs_delegation *delegation); |
72 | int nfs4_have_delegation(struct inode *inode, fmode_t flags); | 73 | int nfs4_have_delegation(struct inode *inode, fmode_t flags); |
73 | int nfs4_check_delegation(struct inode *inode, fmode_t flags); | 74 | int nfs4_check_delegation(struct inode *inode, fmode_t flags); |