aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/delegation.h
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2008-12-23 15:21:47 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2008-12-23 15:21:47 -0500
commit707fb4b324371f1b4bea5eb29e39d265c66086ae (patch)
treefdd11b731073e0eda3966390c263e31af9ef5a5d /fs/nfs/delegation.h
parentNFSv4: Clean up the support for returning multiple delegations (diff)
downloadlinux-dev-707fb4b324371f1b4bea5eb29e39d265c66086ae.tar.xz
linux-dev-707fb4b324371f1b4bea5eb29e39d265c66086ae.zip
NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management...
Add a delegation cleanup phase to the state management loop, and do the NFS4ERR_CB_PATH_DOWN recovery there. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
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 c772bab12eea..56f3eb558ef4 100644
--- a/fs/nfs/delegation.h
+++ b/fs/nfs/delegation.h
@@ -40,6 +40,7 @@ struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs
void nfs_super_return_all_delegations(struct super_block *sb);
void nfs_expire_all_delegations(struct nfs_client *clp);
void nfs_handle_cb_pathdown(struct nfs_client *clp);
+void nfs_client_return_marked_delegations(struct nfs_client *clp);
void nfs_delegation_mark_reclaim(struct nfs_client *clp);
void nfs_delegation_reap_unclaimed(struct nfs_client *clp);