summaryrefslogtreecommitdiff
path: root/mm/bounce.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-11-26 11:59:56 +0100
committerIngo Molnar <mingo@elte.hu>2008-11-26 13:04:35 +0100
commit0bfc24559d7945506184d86739fe365a181f06b7 (patch)
tree5c152128faac7080f4802ce03d1c6b6bc7173227 /mm/bounce.c
parent5f3ea37c7716db4e894a480e0c18b24399595b6b (diff)
downloadlinux-3.10-0bfc24559d7945506184d86739fe365a181f06b7.tar.gz
linux-3.10-0bfc24559d7945506184d86739fe365a181f06b7.tar.bz2
linux-3.10-0bfc24559d7945506184d86739fe365a181f06b7.zip
blktrace: port to tracepoints, update
Port to the new tracepoints API: split DEFINE_TRACE() and DECLARE_TRACE() sites. Spread them out to the usage sites, as suggested by Mathieu Desnoyers. Signed-off-by: Ingo Molnar <mingo@elte.hu> Acked-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Diffstat (limited to 'mm/bounce.c')
-rw-r--r--mm/bounce.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/bounce.c b/mm/bounce.c
index bd1caaa582b..bf0cf7c8387 100644
--- a/mm/bounce.c
+++ b/mm/bounce.c
@@ -22,6 +22,8 @@
static mempool_t *page_pool, *isa_page_pool;
+DEFINE_TRACE(block_bio_bounce);
+
#ifdef CONFIG_HIGHMEM
static __init int init_emergency_pool(void)
{