diff options
-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 3e5cbfe8a967..baf314a950b8 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -761,8 +761,8 @@ static void nfsd4_conn_lost(struct svc_xpt_user *u) | |||
761 | list_del(&c->cn_persession); | 761 | list_del(&c->cn_persession); |
762 | free_conn(c); | 762 | free_conn(c); |
763 | } | 763 | } |
764 | spin_unlock(&clp->cl_lock); | ||
765 | nfsd4_probe_callback(clp); | 764 | nfsd4_probe_callback(clp); |
765 | spin_unlock(&clp->cl_lock); | ||
766 | } | 766 | } |
767 | 767 | ||
768 | static struct nfsd4_conn *alloc_conn(struct svc_rqst *rqstp, u32 flags) | 768 | static struct nfsd4_conn *alloc_conn(struct svc_rqst *rqstp, u32 flags) |