diff options
author | J. Bruce Fields <bfields@redhat.com> | 2010-11-18 08:34:12 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-01-11 15:04:10 -0500 |
commit | eea4980660bc204bb9d11bb3bf2b1bde5fd5175f (patch) | |
tree | 01265eb9b4fb3904f60b246ef6c9f322a241545f /fs/nfsd | |
parent | 0d7bb71907546b2baf15d78edd3e508e12963dbf (diff) |
nfsd4: re-probe callback on connection loss
This makes sure we set the sequence flag when necessary.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd')
-rw-r--r-- | fs/nfsd/nfs4state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 15bd1cc77de7..b24f19d4187a 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -642,7 +642,7 @@ static void nfsd4_conn_lost(struct svc_xpt_user *u) | |||
642 | free_conn(c); | 642 | free_conn(c); |
643 | } | 643 | } |
644 | spin_unlock(&clp->cl_lock); | 644 | spin_unlock(&clp->cl_lock); |
645 | /* XXX: mark callback for update, probe callback */ | 645 | nfsd4_probe_callback(clp); |
646 | } | 646 | } |
647 | 647 | ||
648 | static struct nfsd4_conn *alloc_conn(struct svc_rqst *rqstp, u32 flags) | 648 | static struct nfsd4_conn *alloc_conn(struct svc_rqst *rqstp, u32 flags) |