public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] tracing: Make tracing_cpumask available for all instances
@ 2013-08-08 16:47 Alexander Z Lam
  2013-08-08 16:47 ` [PATCH v2 1/1] " Alexander Z Lam
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Z Lam @ 2013-08-08 16:47 UTC (permalink / raw)
  To: Steven Rostedt, linux-kernel
  Cc: Alexander Z Lam, David Sharp, Vaibhav Nagarnaik, Alexander Z Lam

Sorry, it slipped my mind to actually test tracing_cpumask_read().

Changed
	struct trace_array *tr = file_inode(filp);
to
	struct trace_array *tr = file_inode(filp)->i_private;

Alexander Z Lam (1):
  tracing: Make tracing_cpumask available for all instances

 kernel/trace/trace.c | 37 ++++++++++++++++++++-----------------
 kernel/trace/trace.h |  1 +
 2 files changed, 21 insertions(+), 17 deletions(-)

-- 
1.8.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-08 16:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-08 16:47 [PATCH v2 0/1] tracing: Make tracing_cpumask available for all instances Alexander Z Lam
2013-08-08 16:47 ` [PATCH v2 1/1] " Alexander Z Lam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox