From: Michael Jeanson Date: Wed, 9 Jan 2019 19:59:16 +0000 (-0500) Subject: Fix: Replace pointer values with task->tk_pid and rpc_clnt->cl_clid X-Git-Tag: v2.10.9~5 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=89f0be35e1baf411df6852014013ac64ad1bbcf8;hp=89f0be35e1baf411df6852014013ac64ad1bbcf8;p=lttng-modules.git Fix: Replace pointer values with task->tk_pid and rpc_clnt->cl_clid Introduced in v3.12. See upstream commit : commit 92cb6c5be8134db6f7c38f25f6afd13e444cebaf Author: Trond Myklebust Date: Wed Sep 4 22:09:50 2013 -0400 SUNRPC: Replace pointer values with task->tk_pid and rpc_clnt->cl_clid Instead of the pointer values, use the task and client identifier values for tracing purposes. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---