From: Michael Jeanson Date: Tue, 17 Apr 2018 15:07:47 +0000 (-0400) Subject: Fix: sunrpc instrumentation for 4.17 X-Git-Tag: v2.10.6~2 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=0cc0962c46fa0f66ba6834345518cf145f019faf;hp=0cc0962c46fa0f66ba6834345518cf145f019faf;p=lttng-modules.git Fix: sunrpc instrumentation for 4.17 See upstream commit: commit e671edb9428c8a61662aaf8c39f5edced7cc45c7 Author: Chuck Lever Date: Fri Mar 16 10:33:44 2018 -0400 sunrpc: Simplify synopsis of some trace points Clean up: struct rpc_task carries a pointer to a struct rpc_clnt, and in fact task->tk_client is always what is passed into trace points that are already passing @task. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---