提交 eea49806 编写于 作者: J J. Bruce Fields

nfsd4: re-probe callback on connection loss

This makes sure we set the sequence flag when necessary.
Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
上级 0d7bb719
...@@ -642,7 +642,7 @@ static void nfsd4_conn_lost(struct svc_xpt_user *u) ...@@ -642,7 +642,7 @@ static void nfsd4_conn_lost(struct svc_xpt_user *u)
free_conn(c); free_conn(c);
} }
spin_unlock(&clp->cl_lock); spin_unlock(&clp->cl_lock);
/* XXX: mark callback for update, probe callback */ nfsd4_probe_callback(clp);
} }
static struct nfsd4_conn *alloc_conn(struct svc_rqst *rqstp, u32 flags) static struct nfsd4_conn *alloc_conn(struct svc_rqst *rqstp, u32 flags)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册