[PATCH 3/3] mmiotrace: rename kmmio_probe::user_data to :private.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Ingo Molnar <mingo@...>
Cc: Pekka Paalanen <pq@...>, <linux-kernel@...>, Christoph Hellwig <hch@...>, Arjan van de Ven <arjan@...>, Pavel Roskin <proski@...>, Steven Rostedt <rostedt@...>, Peter Zijlstra <a.p.zijlstra@...>, Andrew Morton <akpm@...>
Date: Tuesday, April 29, 2008 - 4:46 pm

From ecd0591bcefb2bbd934de25cadd0f7cb5dd2b7e1 Mon Sep 17 00:00:00 2001
From: Pekka Paalanen <pq@iki.fi>
Date: Tue, 29 Apr 2008 22:56:26 +0300
Subject: [PATCH] mmiotrace: rename kmmio_probe::user_data to :private.

Signed-off-by: Pekka Paalanen <pq@iki.fi>
---
 arch/x86/mm/mmio-mod.c    |    4 ++--
 include/linux/mmiotrace.h |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/x86/mm/mmio-mod.c b/arch/x86/mm/mmio-mod.c
index 3b04a01..ed0e0e9 100644
--- a/arch/x86/mm/mmio-mod.c
+++ b/arch/x86/mm/mmio-mod.c
@@ -191,7 +191,7 @@ static void pre(struct kmmio_probe *p, struct pt_regs *regs,
 	struct mmiotrace_rw *my_trace = &get_cpu_var(cpu_trace);
 	const unsigned long instptr = instruction_pointer(regs);
 	const enum reason_type type = get_ins_type(instptr);
-	struct remap_trace *trace = p->user_data;
+	struct remap_trace *trace = p->private;
 
 	/* it doesn't make sense to have more than one active trace per cpu */
 	if (my_reason->active_traces)
@@ -299,7 +299,7 @@ static void ioremap_trace_core(resource_size_t offset, unsigned long size,
 			.len = size,
 			.pre_handler = pre,
 			.post_handler = post,
-			.user_data = trace
+			.private = trace
 		},
 		.phys = offset,
 		.id = atomic_inc_return(&next_id)
diff --git a/include/linux/mmiotrace.h b/include/linux/mmiotrace.h
index 5cbbc37..61d19e1 100644
--- a/include/linux/mmiotrace.h
+++ b/include/linux/mmiotrace.h
@@ -18,7 +18,7 @@ struct kmmio_probe {
 	unsigned long len; /* length of the probe region */
 	kmmio_pre_handler_t pre_handler; /* Called before addr is executed. */
 	kmmio_post_handler_t post_handler; /* Called after addr is executed */
-	void *user_data;
+	void *private;
 };
 
 /* kmmio is active by some kmmio_probes? */
-- 
1.5.3.7

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC 1/3] mmiotrace full patch, preview 3, Pekka Paalanen, (Mon Apr 28, 2:45 pm)
Re: [RFC 1/3] mmiotrace full patch, preview 3, Pekka Paalanen, (Tue Apr 29, 4:40 pm)
Re: [RFC 1/3] mmiotrace full patch, preview 3, Pekka Paalanen, (Thu May 1, 1:45 pm)
[PATCH 3/3] mmiotrace: rename kmmio_probe::user_data to :pri..., Pekka Paalanen, (Tue Apr 29, 4:46 pm)
[PATCH] x86 mmiotrace: page level is unsigned, Pekka Paalanen, (Thu May 1, 11:38 am)
[PATCH 1/3] x86 mmiotrace: fix page-unaligned ioremaps, Pekka Paalanen, (Tue Apr 29, 4:43 pm)
Re: [RFC 1/3] mmiotrace full patch, preview 3, Ingo Molnar, (Mon Apr 28, 4:05 pm)
Re: [RFC 1/3] mmiotrace full patch, preview 3, Pekka Paalanen, (Mon Apr 28, 2:58 pm)
[RFC 3/3] mmiotrace full patch, preview 3, Pekka Paalanen, (Mon Apr 28, 3:02 pm)
[RFC 2/3] mmiotrace full patch, preview 3, Pekka Paalanen, (Mon Apr 28, 2:55 pm)