aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2010-12-09 15:52:19 -0500
committerJ. Bruce Fields <bfields@redhat.com>2011-01-11 15:04:11 -0500
commit84f5f7ccc59e628fc8754c0a837fd7e9559711ac (patch)
tree0c735feb7862b45251a74ead6eb9ae789022a04c /fs/nfsd/state.h
parenteea4980660bc204bb9d11bb3bf2b1bde5fd5175f (diff)
nfsd4: make sure sequence flags are set after destroy_session
If this loses any backchannel, make sure we have a chance to notice that and set the sequence flags. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r--fs/nfsd/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h
index 32ff615c36f4..4e5bdfd9169c 100644
--- a/fs/nfsd/state.h
+++ b/fs/nfsd/state.h
@@ -464,6 +464,7 @@ extern __be32 nfs4_check_open_reclaim(clientid_t *clid);
464extern void nfs4_free_stateowner(struct kref *kref); 464extern void nfs4_free_stateowner(struct kref *kref);
465extern int set_callback_cred(void); 465extern int set_callback_cred(void);
466extern void nfsd4_probe_callback(struct nfs4_client *clp); 466extern void nfsd4_probe_callback(struct nfs4_client *clp);
467extern void nfsd4_probe_callback_sync(struct nfs4_client *clp);
467extern void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *); 468extern void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *);
468extern void nfsd4_do_callback_rpc(struct work_struct *); 469extern void nfsd4_do_callback_rpc(struct work_struct *);
469extern void nfsd4_cb_recall(struct nfs4_delegation *dp); 470extern void nfsd4_cb_recall(struct nfs4_delegation *dp);