Commit 9f57c606 authored by Chuck Lever's avatar Chuck Lever Committed by J. Bruce Fields

NFSD: Remove spurious cb_setup_err tracepoint

This path is not really an error path, so the tracepoint I added
there is just noise.
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent b200f0e3
......@@ -915,10 +915,8 @@ static int setup_callback_client(struct nfs4_client *clp, struct nfs4_cb_conn *c
args.authflavor = clp->cl_cred.cr_flavor;
clp->cl_cb_ident = conn->cb_ident;
} else {
if (!conn->cb_xprt) {
trace_nfsd_cb_setup_err(clp, -EINVAL);
if (!conn->cb_xprt)
return -EINVAL;
}
clp->cl_cb_conn.cb_xprt = conn->cb_xprt;
clp->cl_cb_session = ses;
args.bc_xprt = conn->cb_xprt;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment