diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/bounce.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/bounce.c b/mm/bounce.c index 06722c403058..bd1caaa582b8 100644 --- a/mm/bounce.c +++ b/mm/bounce.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/hash.h> | 14 | #include <linux/hash.h> |
15 | #include <linux/highmem.h> | 15 | #include <linux/highmem.h> |
16 | #include <linux/blktrace_api.h> | 16 | #include <linux/blktrace_api.h> |
17 | #include <trace/block.h> | ||
17 | #include <asm/tlbflush.h> | 18 | #include <asm/tlbflush.h> |
18 | 19 | ||
19 | #define POOL_SIZE 64 | 20 | #define POOL_SIZE 64 |
@@ -222,7 +223,7 @@ static void __blk_queue_bounce(struct request_queue *q, struct bio **bio_orig, | |||
222 | if (!bio) | 223 | if (!bio) |
223 | return; | 224 | return; |
224 | 225 | ||
225 | blk_add_trace_bio(q, *bio_orig, BLK_TA_BOUNCE); | 226 | trace_block_bio_bounce(q, *bio_orig); |
226 | 227 | ||
227 | /* | 228 | /* |
228 | * at least one page was bounced, fill in possible non-highmem | 229 | * at least one page was bounced, fill in possible non-highmem |