Hi Trond, I'm trying to get to the bottom of a backchannel problem, but with tracepoints enabled things blow up in trace_rpc_task_sleep() because there's no rpc_clnt (or easy way to get to one) on a backchannel request. The only reason we're sending the rpc_clnt to that tracepoint is to emit the cl_clid: commit 2f048db4680ae19da13df15d352ac02748781ecb Author: Trond Myklebust <Trond.Myklebust@xxxxxxxxxx> Date: Wed Sep 4 21:51:44 2013 -0400 SUNRPC: Add an identifier for struct rpc_clnt Add an identifier in order to aid debugging. Can we rather just use the address of the struct rpc_clnt rather than an integer in the tracepoint? Alternatively, I can try to figure out how to have each backchannel request have a reference to the rpc_clnt, or perhaps make the call to the tracepoint conditional. Ben -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html