tracing: Use __get_str() when manipulating strings
authorDaniel Bristot de Oliveira <bristot@redhat.com>
Fri, 1 Jul 2016 23:44:36 +0000 (20:44 -0300)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 15 Jul 2016 19:52:20 +0000 (15:52 -0400)
commit752d596b394c62f081393bbf53dff2a2c244632e
tree1fefaf1b368c66ab29cc9d226e9356b6547dfd28
parenta17167ce1110e576f7032b98deeb6ec800f39c7a
tracing: Use __get_str() when manipulating strings

Use __get_str(str) rather than __get_dynamic_array(str) when
deadling with strings.

It is just a code cleanup, no changes on tracepoint ABI.

Link: http://lkml.kernel.org/r/ea260df91817411cca2a1f3db2abd88860094788.1467407618.git.bristot@redhat.com
Cc: Trond Myklebust <trond.myklebust@primarydata.com>
Cc: Anna Schumaker <anna.schumaker@netapp.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: linux-nfs@vger.kernel.org
Suggested-by: Steven Rostedt <rostedt@goodmis.org>
Reviewed-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Daniel Bristot de Oliveira <bristot@redhat.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
fs/nfs/nfs4trace.h
fs/nfs/nfstrace.h
include/trace/events/printk.h
This page took 0.024683 seconds and 5 git commands to generate.