diff options
Diffstat (limited to 'fs/nfs/delegation.h')
-rw-r--r-- | fs/nfs/delegation.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/nfs/delegation.h b/fs/nfs/delegation.h index dcc8a783a6e1..bb1ef8c37af4 100644 --- a/fs/nfs/delegation.h +++ b/fs/nfs/delegation.h | |||
@@ -36,8 +36,10 @@ enum { | |||
36 | NFS_DELEGATION_TEST_EXPIRED, | 36 | NFS_DELEGATION_TEST_EXPIRED, |
37 | }; | 37 | }; |
38 | 38 | ||
39 | int nfs_inode_set_delegation(struct inode *inode, struct rpc_cred *cred, struct nfs_openres *res); | 39 | int nfs_inode_set_delegation(struct inode *inode, struct rpc_cred *cred, |
40 | void nfs_inode_reclaim_delegation(struct inode *inode, struct rpc_cred *cred, struct nfs_openres *res); | 40 | fmode_t type, const nfs4_stateid *stateid, unsigned long pagemod_limit); |
41 | void nfs_inode_reclaim_delegation(struct inode *inode, struct rpc_cred *cred, | ||
42 | fmode_t type, const nfs4_stateid *stateid, unsigned long pagemod_limit); | ||
41 | int nfs4_inode_return_delegation(struct inode *inode); | 43 | int nfs4_inode_return_delegation(struct inode *inode); |
42 | int nfs_async_inode_return_delegation(struct inode *inode, const nfs4_stateid *stateid); | 44 | int nfs_async_inode_return_delegation(struct inode *inode, const nfs4_stateid *stateid); |
43 | void nfs_inode_return_delegation_noreclaim(struct inode *inode); | 45 | void nfs_inode_return_delegation_noreclaim(struct inode *inode); |