summaryrefslogtreecommitdiffstats
path: root/fs/nfs/delegation.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/delegation.h')
-rw-r--r--fs/nfs/delegation.h1
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,
68bool nfs4_copy_delegation_stateid(struct inode *inode, fmode_t flags, nfs4_stateid *dst, const struct cred **cred); 68bool nfs4_copy_delegation_stateid(struct inode *inode, fmode_t flags, nfs4_stateid *dst, const struct cred **cred);
69bool nfs4_refresh_delegation_stateid(nfs4_stateid *dst, struct inode *inode); 69bool nfs4_refresh_delegation_stateid(nfs4_stateid *dst, struct inode *inode);
70 70
71struct nfs_delegation *nfs4_get_valid_delegation(const struct inode *inode);
71void nfs_mark_delegation_referenced(struct nfs_delegation *delegation); 72void nfs_mark_delegation_referenced(struct nfs_delegation *delegation);
72int nfs4_have_delegation(struct inode *inode, fmode_t flags); 73int nfs4_have_delegation(struct inode *inode, fmode_t flags);
73int nfs4_check_delegation(struct inode *inode, fmode_t flags); 74int nfs4_check_delegation(struct inode *inode, fmode_t flags);